Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. player = "SoulessAlphaWolf"
  2.  
  3. p = game:GetService("Players"):FindFirstChild(player)
  4. if p and p.Character then
  5. for i = 1,100 do
  6. p.Character:BreakJoints()
  7. wait(6.5)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement