So a lot of you if you have been working with GUI's know about the AutoButtonColor property of a ImageButton
The purpose of this is to change color when a players mouse drags over it
however for some reason I have set it to true yet it is not working
can anyone help me or is this a bug?
did you even read the docs "Please note that this property will not have an effect on an ImageButton if it's ImageButton.Image property is set to an image and is not null. Additionally, the property will not affect an ImageButton element on mouse hover when its ImageButton.HoverImage is not null nor on mouse click if ImageButton.PressedImage is not null."