Taxents
(tax)
1
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.
Taxents
(tax)
4
No, I am currently using a SurfaceGUI
Hmm that’s strange. Are the SurfaceGui
on different Part
s? If they are, try raising the Part
s a bit higher. Maybe that’ll work
Taxents
(tax)
6
I’ve managed to fix the problem using TextBoxes instead of TextLabels, thanks for the help though
1 Like