Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local humanoid = game.Workspace:WaitForChild("YourPlayerName").Humanoid
- humanoid.MaxTorque = Vector3.new(0, 400000, 0)
- while true do
- humanoid.Torso.CFrame = humanoid.Torso.CFrame * CFrame.Angles(0, math.rad(50), 0)
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement