Hello, my BillboardGUI is scaling as I get farther from it while I want it to stay the same size. I’ve looked through a bunch of DevForum posts and I know it has to do with some scale property, but I still can’t figure it out. Thank you in advance to anyone who helps!
If you have your BillboardGui’s set using Offset, it will always take up the same number of pixels on your screen. If you use Scale, it will be sized based in studs, which will get smaller as you move farther away from it. You may use a combination of both of these to achieve your desired behavior.
Since the UI seemingly gets larger as you move away, it must be using Offset. Try using the same scale value on both axises to achieve a square shape that scales inversely with distance.
For anyone else who may see this and is trying to fix the same issue, I switched the offset of all the property values to only the scale property values within the X and Y sections of the size properties for both the BillboardGUi and the ImageLabel inside it!