RichText still doesn't Wrap properly

Hello, I noticed an old thread on this exact issue and saw that it’s marked as solved, when this same issue is happening to me as of today (August 2, 2026).

Screenshot of this happening:

using richtext: <font color='#D6D6D6'>Guitarist</font> as the string sent to TextLabel.Text

As you can see, there is no space or break in my word, yet it is wrapping in the middle of the word.

Expected behavior

I expect my text to be on the same line, as shown in the below image, colored correctly using RichText.


Same raw string, no RichText, this is what happens.

A private message is associated with this bug report

1 Like

rich text naturally makes the text bigger without limits. you can use a text constraint to resize it to your liking

You’re mixing up Text Scaling which makes the text as big as it can.

As he mentioned, its an old issue that was previously acknowledged by roblox

1 Like

currently experiencing this annoying bug, did you find any solutions yet?