Text size inconsistent with window size

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.

What it should look like

Very slightly smaller window

Here’s the hierarchy and text constraints if they help
image

Screenshot 2025-04-30 224821

2nd image isnt loading for me but works fine if you click on it

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

similar situation happened for me when i was using richtext

i put <font size = '2'>text</font> around it and it worked

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

Try deleting the text constraint