I want to create control buttons on mobile platform, specifically mobile buttons for gun controls (shoot button)
Do you guys know any tools or models perhaps to create these mobile buttons more effectively and efficient?
I want to create control buttons on mobile platform, specifically mobile buttons for gun controls (shoot button)
Do you guys know any tools or models perhaps to create these mobile buttons more effectively and efficient?
ContextActionService allows you to create buttons for user input. This is especially useful for mobile players. More specifically, take a look at the ContextActionService:BindAction() function after reading about ContextActionService. Its third parameter allows for the creation of mobile touch buttons. These buttons can also be modified in shape and appearance to your desire. If you have any further questions, let me know.
https://developer.roblox.com/en-us/api-reference/class/ContextActionService
My biggest problem with it specifically is the sizing, and positions. Is there a way to use the autoscale plugin’s to customize its size n position?