In some UIs, fonts don't load. Do you also have this problem?

Hello.
Today I made a UI in which the font doesn’t load.
I can’t report this bug in another category because I don’t have the permissions to do that.

This UI is pretty simple.
ScreenGui > TextLabel

I tried to find out what is causing this bug.
I came to the conclusion that this bug appears only when the following conditions are met:

  • ScreenGui is disabled when a player joins the game
  • TextLabel has RichText option enabled

Do you also experience problems with font loading?
It’s weird that a simple combination of properties like this bugged the engine.

2 Likes

just wait for 5 mins, and it will load

2 Likes

5 minutes to load font is too much

1 Like

Do you mean in studio, or in game? When playing my game, the font is some regular font, but as soon as I change the text, the font switches to the correct font. Is this your issue?

1 Like

Yes, your solution solves this problem

1 Like

I bet it’s related to the players graphics. You may be able to fix this by using a script to change the font and then back to the original, or doing the same with the text.

2 Likes