Hi there, I’m trying to make a OverHeadUI that doesn’t scale as you move away from it. To reiterate I’m running into the problem where the text scales up, but stays in bound of the frame.
I’ve already tried setting everything to scale, and not position, (which I already did to make sure the entire thing doesn’t scale as you move away from it, but can’t find anything on devforum to help with this.
I did set billboardGUI correctly, otherwise the entire thing would be scaling - The problem was that I didn’t set it to TextScaled. I didn’t set it to this because I wanted it at a specific size, I didn’t realise it would create this problem.