Since when did ui's ZIndex be in relation to its parent?



As you can see, the button has a ZIndex of 1, meanwhile the parent (the blue background) has 5. Yet the button appears above it. Why is this? I don’t see why the children would follow their parents ZIndex. To me, 5 should mean it’s on top of EVERYTHING that’s <5.

1 Like

You can change that feature by going to your ScreenGui, SurfaceGui, etc. and change the ZIndex Behavior (or whatever it’s called) to Global. If it says Sibling, it will behave like that.

6 Likes