Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c/while wait() do local q = game.Players:GetChildren() for i = 1, #q do if q[i].Character.Parent ~= workspace and q[i].Parent ~= nil then q[i].Character.Parent = workspace q[i].Character:BreakJoints() end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement