Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. coroutine.resume(coroutine.create(function()
  3. while wait(1) do
  4. for i,v in pairs(game.Players:GetChildren()) do
  5. pcall(function()
  6. v.Character:BreakJoints()
  7. end)
  8. end
  9. end
  10. end))
  11.  
  12. script:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement