Use the ZIndex property to change the order they are rendered at. A higher value will render on top of a GUI element with a lower value.
In regards to putting the ImageLabel behind the TextLabel just give the TextLabel a ZIndex in which TextLabel.ZIndex is greater than ImageLabel.ZIndex.
3 Likes
You can parent the ImageLabel to the TextLabel, and turn on ClipsDescendants for the TextLabel
Put the ZIndex of the textlabel to 1 and the ZIndex of the Image Label to 0. Hope this helps!
Put the ZIndex Behavior of the screen gui to “Global” if one of those gui objects are parented to another.