Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.loop = true
- while _G.loop do
- for i,v in pairs(game.Players:GetChildren()) do
- if v ~= game.Players.LocalPlayer then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,0)
- wait(0.4)
- end
- end
- wait(0)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement