I have this window for my descriptions. Although it works fine at larger window sizes and when there isn’t as much text, when there’s a lot of text some sizes will have it be comically small while others will be completely fine.
Aktually my guest is that it is becausd you add an TextScaled intance and sience i use that methode like you i recommended to use UIpading inside the textlabel instead of TextScalded, because you can scaled your text then and make ut also fdom the padding properties so that from all side it should be pading 10px as example then it looks simular to:
□□■■■■□□
□□■■■■□□
□□■■■■□□
□□■■■■□□
The white Block should represent the text and the blank □ one should represent the pading between the edge of the label and the center.
Try it out it can help. Anyways dont forget to SCALED your text for it
seems to happen a bit less, but still occurs at some sizes. I could just compromise and make it a scrolling ui, but if you know any other fixes then lmk