Mouse cursor not changing when hovering over a invisible gui button

Is there a way so mouse cursor won’t change when you hover over a invisible gui button

Are you making the button invisible by changing the Visible property, or are you making the button invisible by setting Text and Background transparency to 1?

Im setting the transparency of the button to 1

I don’t wan’t the players cursor to change when it’s invisible but when its visible thats when I want the cursor to change

Set the button to .Visible = false, rather than setting the transparency.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.