Sorry for posting agan so soon, but i couldnt find anything about this
On PC:
On Mobile:
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.
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.
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.