Custom Mobile Joystick

Hi,

I saw someone made a post about this, but it wasn’t helpful and nobody gave any answers. I’ve created a custom character system and I’m looking to get it functioning for mobile users as well. I already have the computer users’ part down, but now I need to work on the mobile aspect of it. I want to keep it exactly the same as Roblox’s current system for mobile users. I was wondering if anyone has already obtained the Roblox module for this? I’m not sure if it’s against the rules to use it, but I would love to keep my game’s system exactly the same as Roblox’s, whether I have to make it from scratch or not. Any help would be greatly appreciated!

You can try using ContextActionService to make mobile buttons. It simply binds a key press to an action that you can customize to your likings, and it works with joysticks like you said. Hope this helps you create one on your own :smiley:!