Text completely disappeared?

Hello, I have a GUI with some text on buttons but when I tried to duplicate it to use with another thing, the text has completely gone missing on the parts that have image labels set as the background.

I have checked the ZIndex and it is set to 2 on the text button as opposed to 1 on the image inside of it but yet it still doesn’t show.

When loading my game in it is there for a split second but then just disappears.

Is there something I am missing or is this a Roblox bug?

Thank you for your help.

1 Like

Well Duplicate the text and delete the old one. Because the text is under the gray thing and when you duplicate the new one goes top of the gray thing. So duplicate that text and delete the old one.

Set the text ZIndex higher. That should fix the issue

There is multiple things you should check. Here is a list

  • Set zindex higher than the zindex of the background.
  • Set visible of the text to true
  • Check if The text and the background color are the same, if yes - change any color.
  • Make sure that the frame is visible which contains the text

If none of them work, then you should delete the text, and do it again.