Advertisement
xiaxiaokid

anti-ghost

Jan 31st, 2018
1,981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. 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://245910488" sound2.Volume = 5 sound2:Play() end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement