Text is massive on mobile, and normal on PC

Sorry for posting agan so soon, but i couldnt find anything about this

On PC:
image

On Mobile:
image

Its really big, and really low quality. Whats wrong with it? Im using scale for everything, i tried a Uitextsizeconstraint, and nothing else i can find works.

1 Like

Right now the size of the text label is likely in offset and not scale, to keep things the same size through devices you want to use scale, but I recommend learning how to design good ui with offset so that text is easier to read mobile, because using scale, it will be smaller with smaller devices.

1 Like

Looks like its using scale to me
image

What’s the TextSize of your TextLabel? I recommend not using that and use TextScaled instead. To offset the size of the scaled text, just add a UIPadding under that TextLabel.

Did you try also using a UIScale and UIAspectRatioConstraint?

and you know what else is massive?

3 Likes