How do you scale a Text?

Hello. I know this subject was answered multiple times, I looked at a lot of posts but most of them did not help me. When I scale, a Frame for example, it works perfectly. But when I scale a TextLabe, the text is resizing instead of not staying on itโ€™s size. Here are examples:

Here on PC:


And here on different device:

Any help?

1 Like

Use TextLabel.TextScaled and set it to true. By default, the text will be in pixels, which you donโ€™t want.

3 Likes

Thank you for your answer, it works.

1 Like