How to disable mouse buttons when a frame is Over it

hey, i have an Active frame with an higher Zindex Over textbuttons, and i’m still able able to click on the textbuttons. Btw, the frame has an high transparency So You might not be able to see it.
Any help is appreciated

Clip -

Set the Active property of the frame to true.

1 Like

i tried that already and it didn’t work

Set your zindex to Global? . . .(not Sibling)

1 Like

Doesn’t work, i’ll just try putting the frames in a different screengui

I had the same problem when developing the UI for BaseAdmin, so I just put a button behind the frame that is the same size as the frame to prevent clicking behind it.

2 Likes