vtrvsted

anti lock

Sep 16th, 2022
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. local Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  2. --
  3. getgenv().Yes = nil
  4. while getgenv().Yes == true  do
  5.     task.wait()
  6.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (CFrame.new(Position) + Vector3.new(math.random(-15, 15), math.random(-15, 15), math.random(-15, 15))) * CFrame.Angles(math.rad(math.random(-180, 180)), math.rad(math.random(-180, 180)), math.rad(math.random(-180, 180)))
  7. end
  8.  
Add Comment
Please, Sign In to add comment