Cannot Click Button - ZIndex Trouble

Hello.

I’m having trouble clicking a TextButton due to my mouse being unable to access it in the first place.

I adjusted its ZIndex so that it would overlap everything else within its container, but I was still unable to click it. I gave up and took it out of the ImageLabel that it was in and put it within the primary Frame and made sure its ZIndex was superior there as well, but that didn’t work either.

I’m trying to click the “X” button.


image

How do I get the TextButton to remain on top of irrelevant UI elements so that players have the ability to click it?

I was playing around with the ZIndex since I’m not entirely familiar with how it works, so any guidance would be appreciated. Let me know if additional information is needed.

Thank you.