What's the most efficient way for fixing text that's clipping an image?

hey guys. i have this player username script thing and the image overlaps the players username.

is it simply like just make the text smaller or is there a better way? because i don’t want to make the username’s text too small. ty!

img:
image

1 Like

Your image’s ScaleType is the problem. If the ScaleType is something like Fit or Crop, the text will try to get bigger or smaller (depending on the screen size if I’m not wrong) thus it will overlap with the text.

1 Like

hey vynex. soryr im a bit late. i didnt get any notification at all. thank u so much. works absolutely perfectly. i had to put the automatic scaling to Y as well :slight_smile:

1 Like

if my solution worked, please mark it as Solution so other people who are experiencing the same problem will see it

jesus mb i thought i did. done!

1 Like

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