I'm new to Billboard GUIs and can't find a property

Hey friends, I was just curious if there was a way to make the billboard GUI stay the same size even as I get further away and have it not scale to my screen?

Okay, so All UI Objects have a property in their size that takes X Scale, X Offset, Y Scale, Y Offset.
Specifically, In billboard GUIs changing the Scale Properties keeps it the same size.

I recommend having a mix of scale and offset so It won’t look too hideous from far away.

1 Like

When I tried setting these values as I walk further away the text seems to hide behind an invisible wall

There is also a property called AlwaysOnTop, is it set to true?
I’ve done a bit of testing inside an instance of studio, the only time that it got obscured was when that property was false.

Also, Apparently I’ve not looked too much into Billboards, there apparently is a Property called DistanceLowerLimit which may also fix the scaling issues.

Did some tweaking and fixed it, accidentally had some property set to true that I didn’t want. Thanks again!

Ah yes, I’ve done that way to many times to count.