How to show JumpButton on mobile when JumpPower is setted to 0

In roblox, when I set the JumpPower to 0, The JumpButton on the mobile disappear and not showing. The question I want to ask is how to keep showing the JumpButton with the default click animation when the JumpPower is setted to 0?

Thank you

I haven’t dealt with it much, but I have a suggestion in the event that no one else provides a solution:

Try setting the jumppower to something ALMOST 0, but not quite (e.g. 0.001).
If you need the jumppower to stop ther player from exiting seats, then this method is not applicable, but otherwise it should effectively make them not jump, while showing the buttonn.

I have tired already but the outcome is not good as I want.

Thank you

Why do you need to do this? What’s your use case for showing the jump button even when the player can’t jump?

I am trying to make a battleground game, and I want the character cannot jump when the character is attacking. But there is a uppercut at the last attack which require holding the jump button in order to perform a uppercut. PC can direct check is the player holding the spacebar, but on mobile, the jump button disappear which cause it cannot detect is the player holding jump button.

I cannot find a solution so I used JumpHeight instead.

Thank you

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