How do you change the default mobile button UI you get with ContextActionService?

So the Binded buttons you get from ContextActionService look really ugly and outdated. I see games like Jailbreak and Adopt Me having custom mobile UI. Only game I know that uses this is Arsenal.

So lets say if I want the binded UI to be “Blue” and have a colorful stroke, how would I go about changing the default binded buttons?

1 Like

You can get a reference to the button object that gets created using the GetButton function. You can then make any sort of changes you want to the button at runtime.

2 Likes

why not just use Guis? cuz im pretty sure jailbreak uses the normal guis and then code it

1 Like