Hello, I would like to add a background to text inside of a billboard GUI that uses scaling, so that it gets smaller as you get further from it. The text is variable text, e.g. a username, so I have assigned the AutomaticSize property to be X.
The issue I am facing is that this happens:
As it appears, the red background does not automatically scale based on the text, and goes far beyond.
Yes, it is {20, 0}, {2,0}. Your image of it working perfectly is not working perfectly, because the background is too wide. AutomaticSize should not cause the background to become that big
Could you give me a demonstration of how UIAspectRatio would be used in this case?