BindAction button too small for mobile users? How do I make it bigger?

Some players are reporting that my BindAction button is too small.
The thing is, I cannot seem to find a function or property anywhere to set the size of the button created.
Can someone please help me locate it? Is there one at all?

Here is the wiki page regarding the service:
https://wiki.roblox.com/index.php?title=API:Class/ContextActionService

1 Like

https://wiki.roblox.com/index.php?title=API:Class/ContextActionService/GetButton
this returns an image button that i assume you can set the size of

The default properties for these buttons are horrible. If you have more than 3 or so, they go literally off-screen as default position. They are also really small as pointed out. You should definitely set the properties properly yourself, or maybe create your own buttons and just hook the function that you feed to BindAction(AtPriority) to the click event of the buttons.

Do you know how I can connect that custom button to the bind?

As explained above, create an ImageButton/TextButton and:

1 Like