Button only working on corners

Hi

I have some buttons in my UI with an image covering them, I can only click the button in the corners (where the image isn’t). I have set active to false on the image and the button

Thanks, any help appreciated

1 Like

I am pretty sure UI items have a “Zindex” property.
Try putting the button’s Zindex higher than the image.

1 Like

Unfortunately this doesn’t seem to be working but thanks for the help

1 Like

As @ArsenalAImb0ter said, you can use the “Zindex” property of an UI object, however, you might want to switch the “ZindexBehavior” property of the ScreenGui to “Global” instead of “Sibling”.

Hi

That does fix the problem but now you can’t see the text that was covering it. The button is an image label so there’s a separate text label for the text

Mind providing an image of the button and the hierarchy (basically show the explorer with the button’s ancestry and descendants)?

image