Is there a way to make the billboard gui stay the same size when we move? I know we can make it invisible/disappear but I need it to be visible but not too big.
1 Like
For the elements inside of the BillboardGui, use scale for sizes so that they’re the same size on the screen.
When you use offset and move farther away from the GUI, then the elements seem bigger, when in reality, they’re not.
When using scale, the GUI will actually get a little smaller so that it will look the same size.
6 Likes
Thank you for the anwer it worked ty.
2 Likes