Advertisement
Sacki

Untitled

Oct 20th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. function server()
  2. if script.Parent.On.Value == true then
  3. a = Instance.new("Hint")
  4. a.Parent = game.Workspace
  5. a.Text = ("Nuerotoxin...*cough cough* So deadly...*cough cough* Choking...HAHAHAHAHAHAHA I'm kidding.")
  6. s = Instance.new("Message")
  7. s.Parent = game.Workspace
  8. s.Text = ("SERVER SHUTDOWN IN...")
  9. wait(2)
  10. -countdown snipped-
  11. wait(1)
  12. e = Instance.new("Explosion")
  13. e.BlastRadius = 9999999999999999999999999999
  14. e.Parent = game.Workspace.FAPanel
  15. wait(1)
  16. game.NetworkServer:remove()
  17. game.Players:remove()
  18.  
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement