Auto Jump scripts not working in PC/Consoles

  1. 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)

  2. 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
  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Yes, but nothing works… sadly…
2 Likes

Just disable it in the Starter Player lol, its mobile only (pc/console dont have auto jumping)

2 Likes

Because that is for mobiles … PCs and I’m pretty sure consoles don’t need that.
Try that same thing on a mobile, the jumping will drive you crazy :joy:.
It’s a way of getting around adding/having a jump button if you don’t wish to have one.

1 Like

Jumprequest() its spaming. That is the real problem

1 Like