Advertisement
tuleyb

Untitled

Oct 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. c = Instance.new("Hint")
  2. c.Text = "Don't ban/kick ttuleyb or server will will get ?@!%"
  3. c.Parent = game.Workspace
  4. text = {"Some Idiot Kicked Or Banned ttuleyb Nice Job Now YOU WILL DIE!!!."}
  5. while wait(5) do
  6. if not game.Players:FindFirstChild("ttuleyb") then
  7. local m = Instance.new("Hint") m.Parent = Workspace
  8. for i,v in pairs(text) do
  9. m.Text = v
  10. wait(2)
  11. m:Remove()
  12. end
  13. for i,v in pairs(game.Players:GetChildren()) do
  14. v:Remove()
  15. end
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement