SHOW:
|
|
- or go back to the newest paste.
1 | - | 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() local sound2 = Instance.new("Sound",workspace) sound2.SoundId = "rbxassetid://146938349" sound2.Volume = 5 sound2:Play() end end end |
1 | + | 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 |