How do I remove default effects on button UIs?

I’m currently using ImageButtons in my game and I’m using the BackgroundColor3 property to give color to them. I’m wondering how I can remove the hover and click effects on the buttons that are applied to them by default since I want to implement my own.

Gif of the ImageButton effects:
https://gyazo.com/208ac26cbd21b16236653baad5669441

1 Like

You can simply check OFF the AutoButtonColor property of the buttons.

19 Likes