How do I make a billboard GUI's text stay locked in place rather than get bigger when you walk away from it?

So I want the Billboard GUI when I walk near it or away from it to stay the same size, rather than grow on distance and to instead shrink on distance.

1 Like

When resizing the BillboardGui use Scale instead of Offset, Example:
Instead of UDim2.new(0, 200, 0, 100) do UDim2.new(2, 0, 1, 0).

That didn’t help at all. I’m trying the make the text stay locked in place, so that when you move further away it doesn’t stay at the same/grow height, and instead shrinks the further away you are.

image
image

^^^

1 Like