How to prevent TextButtons from being interacted with when covered

Hi there,

I’m facing a problem I’m surprised to have not found a solution to already, as it’s a relatively simple problem.
I have Gui buttons in my game that when covered by another Gui item, shouldn’t be interactable, however when they’re covered by a semi-transparent I can still interact with them.

Video showing my problem:

Any help would be great, thanks :^)

you can use the “Active” property of textbuttons to disable button interaction im pretty sure.

1 Like

just add a local script into the button and make it so when its clicked then the other buttons arent active and then when the x button is clicked then they are active

1 Like