How to detect when three dots of the CoreGui are clicked?

5c8c21d9084ea914103426cc14dc482c

Basically, I’m making a custom leaderboard. However, I don’t want to sacrifice the backpack in order to fully hide the CoreGui. Instead, I want my leaderboard to pull in/out whenever those three dots in the top right corner are clicked.

I looked at various topics and none of them seem to help with my current problem.

Any ideas?

I found a good thread about this, you should check it if is your problem.

1 Like

Unfortunately not; it detects inputs on any object regardless if it’s a CoreGui or not. I need it to only detect a CoreGui interaction (in this case, the three dots in the top right corner).

1 Like

Did you ever figure out a solution?