Advertisement
00fjg

Untitled

Apr 12th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for i = 1,10 --how many times you want to kill
  2. wait(5)
  3. for i,v in pairs(game.Players:GetPlayers())
  4. v.Character:BreakJoints()
  5. end
  6. wait(.1)
  7. end
  8.  
  9. for i = 1,10 --how many times you want to kill
  10. wait(5)
  11. workspace.PLAYERNAME:BreakJoints()
  12. wait(.1)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement