BillboardGUI's textlabel shrinking when far away?

Hey everyone!

Recently I’ve been working on my zombie game, and when I closed Studio then reopened it, BillboardGui’s started acting a bit weird.


I’m using scale, and no offset, so I have no idea why this happens. It also happens with health bars

Far away:
image
Near:
image

Hopefully the images I provided will help.

You mentioned you’re using scale. Does this include the TextScaled property?

Hello Ive solved this issue before.
Look into it here: How do I stop a BillboardGui from moving up whenever I walk away from it? - #35 by caviarbro

Yeah, everything is scale/scaled.

I’m talking about textlabels. Frames work fine but not textlabels.

Can you provide me the model with the textlabel?

I inserted a textlabel into the BillboardGUI you gave with the frame in it. The only thing I did to the textlabel was making the size 1,0,1,0 and textscaled true.

Maybe try using RichText as it helped me before.

2 Likes