Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c/local plr = game:GetService("Players").Lua_Script0r
- for i,v in pairs(game:GetService("Players"):GetChildren()) do
- if v.ClassName == "Player" and v.Name ~= plr.Name then
- if v.Character:FindFirstChild("HumanoidRootPart") then
- v.Character.HumanoidRootPart.CFrame = CFrame.new(0, 99999999, 0)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment