Text becomes smaller when it changes

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? So, I want to make a text the same as the other text. For example, I have 2 Text Labels that contain the same text. But when I change the text of the 1 Text then it becomes smaller and looks bad. So, I want to fix it but I can’t.

  2. What is the issue?
    image

  3. What solutions have you tried so far? I tried to find a solution in dev forum but I didn’t find something helpful. Also, checked on youtube. I scaled it, I used Ui TextScale, I used UIRatio, I tried everything but still can’t find a way.

I used Text Scale, TextWrapped, UITextSizeConstraint, but It’s still happening. If you can help me :slight_smile:

Are you using textscaled properties by any chances? Textscaled allow your text to always stay in the ui, which can be the problem. (the longer the words, the smaller i’ll be to fit the ui)

1 Like

Yes, I have textscaled enabled.

Theres your problem on why this is happening then

So what, Should I set TextScaled to false and then it will be fixed?

yes it will stay at a set size.

Omat, It’s the ssme size but the gui is a bit bad. And I am trying to make it look the ssme in different devices. I used AutoScale, and anchropoiny what else?

Sadly I believe its either the text gets smaller or it not scaling correctly. You can probably try goofing around with textSizeConstraints to see if you can figure it out but idk

That’s what I use but It’s bad

well thats the best its gonna get. So probably get used to it lol

Nevermind, I will tey to make it look good.

1 Like

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