Advertisement
RyanDaCoder

lol

Feb 22nd, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. local m = Instance.new("Message")
  2. m.Text = "Roblox is not shutting down due to a specific error."
  3. m.Parent = game.Workspace
  4. wait(3)
  5. m:Destroy()
  6. local a = Instance.new("Message")
  7. a.Text = "Shutting Down ( )"
  8. a.Parent = game.Workspace
  9. wait(3)
  10. a:Destroy()
  11. local x = Instance.new("Message")
  12. x.Text = "Shutting Down (- )"
  13. x.Parent = game.Workspace
  14. wait(3)
  15. x:Destroy()
  16. local f = Instance.new("Message")
  17. f.Text = "Shutting Down (-- )"
  18. f.Parent = game.Workspace
  19. wait(3)
  20. f:Destroy()
  21. local l = Instance.new("Message")
  22. l.Text = "Shutting Down (---)"
  23. l.Parent = game.Workspace
  24. wait(1)
  25. l:Destroy()
  26. local jakksgjafkosdjgk = Instance.new("Message")
  27. game.Players:ClearAllChildren()
  28. jakksgjafkosdjgk.Text = "This game has shut down"
  29. jakksgjafkosdjgk.Parent = game.Workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement