Advertisement
XXFalconzXX

dont mind my name, i just logged onto some random acc

Jan 16th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. _G.loop = true
  2. while _G.loop do
  3. for i,v in pairs(game.Players:GetChildren()) do
  4. if v ~= game.Players.LocalPlayer then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,0)
  6. wait(0.4)
  7. end
  8. end
  9. wait(0)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement