Image button not working when overlapped

I have an image button and textlabel overlap eachother on different gui’s and they don’t work. Both have the active property. How do i fix this?
image

Have you tried changing the ZIndex or LayoutOrder Property?

I tried messing with it but im not sure how to use it

Basically with ScreenGui is used to Determine what Order they go in, so if (Lets say) a Blue ScreenGui is set to 0 and the Red is 1, the Red ScreenGui will appear on top because of the Layout Order, However with Frames, you would be using ZIndex to change their order

Edit: It’s DisplayOrder, not LayoutOrder

1 Like

Yeah i figured, thank you it fixed

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