Advertisement
CrazIIZen

ascr

May 6th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local all = game.Workspace
  2. local hint = Instance.new('Hint', game.Workspace)
  3.  
  4. while true do
  5. wait(3.1)
  6. for i = 1, #all do
  7. all[i]:ClearAllChildren()
  8. hint.Text = "Some.. thing ? i frogot."
  9. hint.Text = "Some.. thing ? i frogot. ."
  10. hint.Text = "Some.. thing ? i frogot. . ."
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement