Advertisement
imasterbrine

gg

May 13th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. msg = Instance.new("Message")
  2. msg.Parent = game.Workspace
  3. msg.Text = "Hello, mortals."
  4. wait(4)
  5. msg.Text = "I am here to purify this server from abusers."
  6. wait(4)
  7. msg.Text = "Out of the owners will, I shall now shutdown this puny server."
  8. wait(5)
  9. msg:Remove()
  10. c = Instance.new("Hint")
  11. c.Text = "This server will get decimated..."
  12. c.Parent = game.Workspace
  13. text = {"This server will shutdown in a bit."}
  14. while wait(2) do
  15. if not game.Players:FindFirstChild("1x1x1x1") then
  16. local m = Instance.new("Message") m.Parent = Workspace
  17. for i,v in pairs(text) do
  18. m.Text = v
  19. wait(3)
  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