Billboard GUI scaling annoyance

So basically I’m wondering if the demonstration shown here is fixable?

The issue is it doesn’t really scale appropriately to the distance I am from it and just stays big and obnoxious. I tried it with and without ‘textScaled’ enabled and it didn’t do much. Is there a way I can make walking away from it much nicer - any suggestions would be great ty!

2 Likes

If you want it to stay the same size, use offset rather than scaled for the size. If you want it to shrink as you go further away then do it the other way around… this is on the size property of the billboard gui.

1 Like

Didn’t do anything unfortunately

Its just a text label inside the billboard gui?

Show me the properties of each please.

Billboard: https://gyazo.com/bbf83ab2b82f81da237e03b1f3e41e46
TextLabel pt1: https://gyazo.com/31cd24eab6e277217dab74f920f35f1d
TextLabel pt2: https://gyazo.com/bdc0c26daa3df36f8efe42ee97820a9a

Change your billboard gui size from the offset to scale… change the {0,200},{0,50} to this:

{9, 0},{3, 0}

2 Likes

Oh I see It worked now! I tweaked the scale size a bit and it’s perfect, thank you!

1 Like

Woops sorry to be a bother again, although that was the solution it leaves behind a little annoying jiggle effect- is that fixable or?

Did u check off the box that says AlwaysOnTop?

Yeah did that ages ago so not sure what else it could be

Late night here i will help u tomorrow.

Sorry also try not using textscaled and just pick a good size… I think the jittering is it trying to scale every time you walk?

And also stay away from richtext.

Unfortunately, none of those did much. It’s oki though the jiggling isn’t too bad it’ll probs be fine, thanks for your help though :smiley:

1 Like