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