Text on textlabel strangely rendering

Hello, I’ve been working on a system to show country names in a game I am working on.

The problem is, with rich text enabled, this works out, with one downside, the text weirdly cuts off on the bottom on random names.

I prefer to not disable rich text as it looks 10x better.


(with selection)

Well, all I can say his disable “Rich Text”.

Is this a BillboardGui? If so, it’s probably becauase the other half of the text is under the map.

No, I am currently using a SurfaceGUI

Hmm that’s strange. Are the SurfaceGui on different Parts? If they are, try raising the Parts a bit higher. Maybe that’ll work

I’ve managed to fix the problem using TextBoxes instead of TextLabels, thanks for the help though

1 Like