How to make the buttons under a gui non clickable?

Greetings,

I have a menu with a couple of buttons, but the problem is that when there is another frame on top of the buttons, the buttons can still be clicked through that frame. Any way to fix this? (Basically asking to disable clicking the buttons through the frame)

Thanks.

Try linking the visibility with the frame.

What do you mean by that? I can’t make the menu with the buttons invisible, I also have to keep them on there.

You could set the Activated property of these buttons to false.

2 Likes