How do I make a fixed size for a Billboard GUI?

Im having issues with BB GUIs, where whenever I go away from it, it gets bigger, But I want it to have a fixed size that will stay the same regardless of distance.

How would I script this?

1 Like

You would make the size in scale not offset.

1 Like

On the billboard GUI, make the size in scale. Scale is the size in studs
example:
image
also, you should use scale on all the stuff in your gui too so they also have a fixed size. and i recommend making any textbox TextScaled property true.

4 Likes

You’re thinking about it like it was a physical object, but it’s a GUI on your screen. It actually stays the same size as you move farther away. You want it to shrink instead.