-
What do you want to achieve? Keep it simple and clear!
Simple, a script that disables auto jump. Im making a gmod jump sound system. (NOT THE UGLYBURGUER MODULE, ITS A CUSTOM ONE) -
What is the issue? Include screenshots / videos if possible!
This script only disables Mobile auto jump!, But my game is for all plataforms…
local hum = script.Parent:WaitForChild("Humanoid")
print("THIS TRASH DOES NOT WORK :)")
hum.AutoJumpEnabled = false
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Yes, but nothing works… sadly…