Advertisement
min_ed

Untitled

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