Billboard UI text scaling up, but staying in bounds of frame

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.

You might’ve set any text label’s size correctly, but did you do such for the BillboardGui itself?

Can I see all the text properties of said text in your billboard UI?

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.

Fixed it! I just needed to set the text to TextScaled.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.