Advertisement
Guest User

haha

a guest
Mar 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. wait(5)
  2. local msg = Instance.new("Message",game.Workspace)
  3. msg.Text = "This server is about to shut down. Please save your scripts now."
  4. wait(2)
  5. msg.Text = "This server will shut down in 5 seconds."
  6. wait(1)
  7. msg.Text = "This server will shut down in 4 seconds."
  8. wait(1)
  9. msg.Text = "This server will shut down in 3 seconds."
  10. wait(1)
  11. msg.Text = "This server will shut down in 2 seconds."
  12. wait(1)
  13. msg.Text = "This server will shut down in 1 second."
  14. wait(1)
  15. msg.Text = "Shutdown initiating..."
  16. wait(3)
  17. msg.Text = "Goodbye!"
  18. wait(25)
  19. msg.Text = "lol no just kidding i was b8ing you abusers off xdddd"
  20. wait(5)
  21. msg:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement