So, I made a billboard gui and I need help getting it to stay at the same size when I zoom out. Currently, when I zoom out, it makes the text bigger and bigger.
Any clues on how to fix this?
1 Like
It’s a scaling issue, your GUI size must have used the offset property rather than scale.
3 Likes
Thank you for that. Not sure if that’s what I want though. It still doesn’t seem to work. What is the difference between scale and offset?
2 Likes
Never mind, I found out my error. I am using one I made a while back and reusing it because it’s scaled right. Thanks so much for the help! Merry Christmas!
2 Likes