Advertisement
Dowuer

Untitled

Mar 23rd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. _G.afk = true
  2. while _G.afk do
  3. for i, v in pairs(game.Players:GetPlayers()) do
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1, 0, 0))
  5. wait(0.1)
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1, 0, 0))
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement