How would I go about making mobile support for vehicles such as planes helicopters and tanks? I’m very new to mobile support and I have very little knowledge on how it works.
You can use ContextActionService. ContextActionService allows a game to bind user input to contextual actions, or actions that are only enabled under some condition or period of time. I have uploaded a link to the article explaining more on ContextActionService and how to use it:
https://create.roblox.com/docs/reference/engine/classes/ContextActionService
1 Like