Ui sticking out

how do i make it so it doesnt stick out like this (its a text button with textScaled on)
Screenshot 2024-11-14 210747

The UiStroke around the text is making the text stick out. The best choice would be to add a UiTextSizeConstraint inside the TextButton and set MaxTextSize to a number that makes the text smaller.

You could add UIPadding to the button, which would let you keep TextScaled on while preventing the text from touching the edges.

1 Like