How to stop BillboardGUI from shrinking?

Basically, when I get closer to this TextLabel in billboard GUI it shrinks, which I don’t want. I am using scale and have also tried the UISizeConstraint object. It’s probably something really obvious, but any help?


Maybe this will help you?

Unfortunately the GUI already has most those settings.

Use Offset in the sizing property rather than Scale.

Is the $ sign an image or a text?

Assuming you are already doing TextScaled = true, Try setting RichText on the TextLabel to true as well. It removes the 100 font size limit for some reason

1 Like

Try setting TextScaled to true. If not, use this article:

If I do richtext it removes the text outline

Try using the richtext tag to fix that:
<stroke color="#00FFFF" joins="miter" thickness="2" transparency="0.5">$</stroke>

2 Likes

I’ve been making games for a LONG time now and never thought about this! Such a life saver!

Now I can make my BillboardGuis look fresh whilst maintaining their size. :smile: