I’m working on a stamina system and I added a sprint button for mobile, and I can’t detect when the inputended. Any ideas on how to?
-Thanks!
I’m working on a stamina system and I added a sprint button for mobile, and I can’t detect when the inputended. Any ideas on how to?
-Thanks!
Depends on what this button is; if it’s a ContextActionService button then the handling function will be ran with a End UserInputState however if it’s a usual TextButton then you’ll want to use MouseButton1Up. There should be no difference between mobile and PC.