ImageButton keybind?

Hi, I recently read this article to find out how to bind mobile buttons to keyboard buttons:

…but I want to find out how to bind this to ImageButtons for custom mobile buttons.


I already have the GUI layout for mobile buttons but I don’t know how to apply the keybinds to the ImageButton. How can I apply it to ImageButtons?

1 Like

A simple search could’ve done it: ContextActionService | Documentation - Roblox Creator Hub.

Here, the search.

Better yet, it may be worth using GetButton to easily customise the button to all of the ImageButton’s properties.

1 Like