Billboard UI how would I make these all the same size? And be perfectly formatted?


1 Like

The easiest way to get .TextScaled to have consistant sizing for texts of different lengths that I have found is to just reduce the Y size of the textlabels, such that the limiting factor of the scaling is always the Y size, rather than the X size - when it’s based on X size, it leads to different texts having different sizes.

2 Likes