Recent issues with Z Index

I’m having an issue with GUIs at the moment. I have two frames: one is red, one is black.

For some reason, when the black frame is a child of the red frame - with the one of the z indexes shown in the image, the black frame still shows above the red one.
image

However as soon as the black frame is no longer a child of the red frame and they share the same parent, things work how they should.
image

Is this a bug or am I forgetting something?

2 Likes

They’ve set Sibling to the default ZIndex behavior, might want to change that :wink:

4 Likes