How do I stop billboard guis, from getting larger when your camera is far away from it?

So I have this overheadgui that is above a players head, the problem is that when your camera is far away, the size increases.

I know that you can change the MaxDistance, but I want the billboard gui to have a fixed size and I also want it to be able to be viewed from some-what far away.

2 Likes

You need to set the scale property in Size of the BillboardGUI, and if you have a text Label inside it you need to set scale property for that too, and then set TextScaled to true.

11 Likes