UI text doesn't scale

for some reason, the text isn’t scaling properly so it looks weird when at bigger sizes


Has the text label got the TextScaling property turned on? If not, try turning it on.

Also, it’s possible that it IS scaling, but is reaching the max font size. To get around this, you can try enabling the RichText property of the text label.

textscaled doesn’t look good and richtext doesn’t do anything

Doesn’t look good as in, it’s too small?

im trying to emulate the old roblox escape menu


(see above) and textscaled makes it too big

if it gets too big add UIPadding

1 Like

You can make a frame with black background with the uicorner and uistroke then you can put a textlabel in it and add textscaled, then just make it shorter to make text smaller

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.