Jajwkw

Script that remove auto jump from roblox pc and mobile

Jan 9th, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | Gaming | 0 0
  1. local player = game.Players.LocalPlayer
  2. local character = player.Character
  3. local human = character:WaitForChild("Humanoid")
  4.  
  5. -- disable automatic jumping
  6. human.AutoJumpEnabled = false
  7.  
Tags: #noautojump
Advertisement
Add Comment
Please, Sign In to add comment