Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. --For fun only--
  2.  
  3.  
  4. msg = Instance.new("Message")
  5. msg.Parent = game.Workspace
  6. msg.Text = "1x1x1x1:MUAHAHAHAHHAHAHAHHAH"
  7. wait(4)
  8. msg.Text = "1x1x1x1:prepare for a the punishment becauce of me getting banned"
  9. wait(4)
  10. msg.Text = "1x1x1x1:YOU WILL ALL PAY FOR MR BEING BANNED!"
  11. wait(5)
  12. msg:Remove()
  13. c = Instance.new("Hint")
  14. c.Text = "1x1x1x1 the server will end."
  15. c.Parent = game.Workspace
  16. text = {"1x1x1x1 is shutting it down the server. MUAHAHAHAHHAHAHAHHAH. Crashing in, 3, 2, 1", "", "", ""}
  17. while wait(5) do
  18. if not game.Players:FindFirstChild("1x1x1x1") then
  19. local m = Instance.new("Message") m.Parent = Workspace
  20. for i,v in pairs(text) do
  21. m.Text = v
  22. wait(4)
  23. m:Remove()
  24. end
  25. for i,v in pairs(game.Players:GetChildren()) do
  26. v:Remove()
  27. end
  28. end
  29. end
  30. --Mediafire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement