Text not rendering in TextLabel but present in the properties

Hello.
I didn’t know where to place it, I wanted to put it in Engine Bugs, but I couldn’t see it anywhere.
For some reasons, my text inside the textlabel isn’t rendering, even though it is present in its properties :

Has someone already experienced this issue before?

Either it’s under the black frame or visible is false.

1 Like

As @VegetationBush said, check if it’s false or under the black frame, it can cause this sometimes.

I’m sorry, I didn’t include it in the image. The text is
Visible = true and its ZIndex = 3 (Frame is 1)

I don’t know why it’s happening

Is the MaxVisibleGraphemes set to -1?

I managed to fix it.
Somehow, the “TextScaled” property wasn’t applying, and it made the text have a very, very small scale.

I just ticked and unticked it…

1 Like

I suggest you use RichText to make the text nice and clean.

1 Like

Already applied it ^^ For bolt, linebreak and color, it is perfect :+1:

Change the ZIndex to 2 or 3 or higher if it’s won’t work.