Make an Image button not change color on mouse over

Im working on a Gui and have a little question:

I’ve made a script that when the mouse hovers over a button it changes color. However roblox already has a feature that when your mouse hovers over a TextButton/ImageButton ect. It has a gray tent.
Can I turn this off?

Maybe try disabling the property: GuiButton | Roblox Creator Documentation

Problem solved!.. Thank you so much!