Advertisement
dylan12312

Untitled

Mar 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function Hint(text, length)
  2. for i, v in next (Players:GetPlayers()) do
  3. local newhint = RealHint:Clone()
  4. newhint.Text.Text = text
  5. newhint.Parent = v:FindFirstChildOfClass("PlayerGui")
  6. wait(length)
  7. newhint:Destroy()
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement