Mobile Support for Default ROBLOX Skateboard

I’m aware of systems such as A-Chasis for Vehicles that support Mobile for driving around in Vehicles, but how would I accomplish making mobile support for riding around on a Skateboard? I did some digging around and the only game that I have seen manage implementation of Mobile support for riding skateboards was the game " Skatepark"

I’m still generally new to LUA and I don’t really know where to start with writing a script that will enable Mobile users to ride the skateboards normally.

I envisioned all I would need to do is map out the WASD Keys for the weird Movement Button on Mobile, but I don’t know where to begin with that.
Here is the set up for the board:
image

Ah yes, Mobile Buttons

You’d need to learn how ContextActionService works, which I believe can create custom actions for your skateboard to function right on

Depending on how you manage the script, you could set your functions to act the same as your mobile buttons when using them?

I do recommend looking at this:

1 Like

I’ll take a look at that. I’ll update the post with my code if any problems arise, or if I actually manage to figure it out for other people to look at. c: