Binding something to mobile jump button

How would you accomplish this? I can’t really figure it out.

I need this for SBS’s double jump; I used to use JumpRequest but that only fires on the ground after an update a few months ago, so it’s completely useless.

1 Like

Just override the player scripts. Editing the TouchJump file should work well.

https://github.com/ROBLOX/Core-Scripts/blob/master/PlayerScripts/PlayerScriptsPlace/StarterPlayer/StarterPlayerScripts/ControlScript/MasterControl/TouchJump.rbxmx

2 Likes