I’m not 100% sure if this is the right category, sorry if it isn’t!
I have a part with a surfacegui that includes a ImageLabel with a child ImageLabel inside it.
The parent ImageLabel is a transparent circle with a solid background, and the child ImageLabel is the picture of the user’s avatar. I set the ZIndex of the circle to 3 and the ZIndex of the avatar to 2, however the avatar is still in front of the circle.
Why is this so, and how do I make the avatar be behind the circle?