How to make a button gui be clickable over another button gui?

  1. What do you want to achieve? Keep it simple and clear!


    Those are two pages which can be changed by pressing the buttons on the top. The main focus is the first page with more buttons. I want to make it so when page 2 (the page with less buttons) is invisible, all the buttons on page 1 can be clicked.

The issue is that when I click the first two buttons on page 1, it doesn’t work (it’s supposed to prompt a gamepass.) I know it works when the buttons on the other page are not in that position, but I want to make it work while the buttons are there and invisible.

I noticed that even turning active off and selectable off doesn’t change anything and the first two buttons still don’t work because it selects the buttons on the other page first for some reason.

Is there any solution?

1 Like

Found the solution. It seems like the buttons have to be in different frames. There seems to be no other solutions.

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