Is it possible to make the frame go under its parent (such as TextLabel)

I want to make the frame go under its parent which is a ImageLabel.

Do you mean under it visibly? If so, give the frame a lower Zindex value than the ImageLabel.

I did however, it changed nothing

Please show a pic of what you are trying to achieve.

Its not hard to understand, The frame is parented to the ImageButton.
image
I want the frame to be below the image label such as this. (this is not parented to the ImageButton)
image
but when it is parented, the zindex is useless. and it wont go below the image button

Do the same thing i said but also change the ZindexBehavior of the ScreenGui to Global.

Thanks, it worked!
I just changed it to global

1 Like

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