Advertisement
B3treis

Aaa

Dec 13th, 2024 (edited)
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. while true do
  2.  
  3.  
  4. game.Workspace.YourName.Humanoid.AutomaticScalingEnabled = false
  5. game.Workspace.YourName.Humanoid.JumpHeight = 11
  6. game.Workspace.YourName.Humanoid.UseJumpPower = false
  7. game.Workspace.YourName.Humanoid.AutoRotate = true
  8.  
  9.  
  10. wait()
  11. end
  12.  
  13. --Change the "YourName" For ur roblox name (not the display)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement