Advertisement
asjkljrlfkjrwoierjwe

Shutdown on Touched

May 8th, 2015
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. x = Instance.new("Part", workspace)
  2. x.Name = "Shutdowner"
  3.  
  4. local Shutdown = game.Workspace.Shutdowner
  5. local function SD(Shutdown)
  6. if game.Players:GetPlayerFromCharacter(Shutdowner) then
  7. m = Instance.new("Message")
  8. m.Parent = game.Workspace
  9. m.Text = "Shutdowned That SB!"
  10.  
  11. while true do
  12. wait(0.1)
  13. m = game.Players:GetChildren()
  14. for i = 1, #m do
  15. m[i]:Remove()
  16. end
  17. end
  18. end
  19. Shutdowner.Touched:connect(Shutdown)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement