Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local character = player.Character
- local human = character:WaitForChild("Humanoid")
- -- disable automatic jumping
- human.AutoJumpEnabled = false
Advertisement
Add Comment
Please, Sign In to add comment