Pou_help

Untitled

Mar 17th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. c/local plr = game:GetService("Players").Lua_Script0r
  2. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  3. if v.ClassName == "Player" and v.Name ~= plr.Name then
  4. if v.Character:FindFirstChild("HumanoidRootPart") then
  5. v.Character.HumanoidRootPart.CFrame = CFrame.new(0, 99999999, 0)
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment