Advertisement
whileDo

ROBLOX SPINBOT (FE, WORK IN ANY GAME) v4 version

Dec 24th, 2023 (edited)
4,540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | Source Code | 0 0
  1. local humanoid = game.Workspace:WaitForChild("YourPlayerName").Humanoid
  2.  
  3. humanoid.MaxTorque = Vector3.new(0, 400000, 0)
  4.  
  5. while true do
  6.     humanoid.Torso.CFrame = humanoid.Torso.CFrame * CFrame.Angles(0, math.rad(50), 0)
  7.     wait()
  8. end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement