Advertisement
Guest User

nebver

a guest
Feb 20th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. msg = Instance.new("Message")
  2. msg.Parent = game.Workspace
  3. msg.Text = "You can kill me again now samigaming345"
  4. wait(4)
  5. msg.Text = "hahahahaha lol :')"
  6. wait(4)
  7. msg.Text = "You take my revenge"
  8. wait(5)
  9. msg:Remove()
  10. c = Instance.new("Hint")
  11. c.Text = "The revenge as been created NOW DEAD"
  12. c.Parent = game.Workspace
  13. text = {"AHAHHAHAHAHAHAHA ALLAHU AKBAR LOL NOW I KILL THE GAME"}
  14. while wait(5) do
  15. if not game.Players:FindFirstChild("samigaming345") then
  16. local m = Instance.new("Message") m.Parent = Workspace
  17. for i,v in pairs(text) do
  18. m.Text = v
  19. wait(4)
  20. m:Remove()
  21. end
  22. for i,v in pairs(game.Players:GetChildren()) do
  23. v:Remove()
  24. end
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement