I need something that works across platforms.
For example, on a PC I can listen to UserInputService.InputEnded
then check for the space bar, but that wouldn’t work on touch devices or XBOX. I’m also nervous about being specific about keys.
Ideally there would be something like the opposite of UserInputService.JumpRequest
, but I can’t find such a thing so am looking for a reliable way to script it. TIA.