Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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. wait(1)
  11. targets = for b = 1,#torso do
  12. splodey = Instance.new("Explosion")
  13. splodey.Parent = Game.Workspace
  14. splodey.BlastPressure = 9999999
  15. splodey.Position = targets[b].Position
  16. wait(1)
  17. game.NetworkServer:remove()
  18. game.Players:remove()
  19. end
  20. end
  21. print "Neurotoxin..*cough cough* so deadly...*cough cough* choking...*cough* AHAHAHHAAHHA i'm kidding..."
  22.  
  23. script.Parent.On.Changed:connect(server)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement