Hello, ive been trying to make this billboard GUI look okay. Ive been editing it to make it not expand with distance, but now its behaving erratically. I have tried alot of things.
1 Like
The Size
property of the BillboardGui
needs to be scaled. The same goes for all of the UI elements that are within it.
The Scale
should be however many pixels you’d like the size of your BillboardGui
to be. The Offset
shouldn’t be used, or you’ll likely run into the issue that you are currently experiencing.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.