TextLabel isn't showing on Frame

I want to place a TextLabel on a UI frame.

The TextLabel is somehow not visible on the frame even though the “Visible” property is on and the transparency-related settings are set to 0. The screenshot is below.

I tried playing around with some of the properties to see if it would appear again but that didn’t work.

image

Which Color has the Textlabel? Is your Gui ZindexBehavior set to “Global” or “Sibling”? Can u send me your frame?

Set the ZIndex property on your TextLabel to 2.

I tried this and the TextLabel is still hidden.

The GUI is set to Global. Should I set it to “Sibling”?

Set it to Sibling or make the Textlabel Zindex one Number Higher.