Mobile players can't jump

I have an issue in my game. KeyboardEnabled users can jump without any issues, but TouchEnabled players can’t jump at all. The rbx jump button is shown to them, the JumpPower is 50 and the humanoid:SetStateEnabled(“Jumping”) is set to true.

Is this a bug from Roblox’s end? Has anyone else had this issue - how did you fix it?

Do you have any scripts that you have made enabled?

1 Like

The only script controlling player jumping is through a local script that sets StateEnabled(“Jumping”) to true or false depending on some parameters. Also if it would be false the PC players wouldn’t be able to jump too (I made it print every time I change the StateEnabled(“Jumping”) and it never was false too).

Try joining a baseplate, and seeing if the issue still is there.

1 Like

On Baseplate I can jump just fine

It’s probably a error with your experience. Try moving each script one at a time to your baseplate.

This will allow you to find the script causing the issue.

1 Like

I noticed that when I use Roblox’s device simulator thingy I can’t jump by clicking the button but I can jump by clicking space which is weird its almost like something’s wrong with the button

Okay thanks

thirtycharacterlimit

If it is the solution, then please mark as the solution, so people with similar issues can find the solution.

1 Like

Omg thank you bro, in the future if I have a bug like this I will definitely try doing that again, tysm!!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.