UI leaves a lot of space between text and next line when tweening it to be bigger

So as we see here, the text leaves a bunch of space between the part after it and the following line but ONLY when I put a space. This problem doesn’t occur when it’s all one long string.

Any ideas?

That’s just how TextWrapping works.

You wouldn’t want a wo
rd to get cut off ju
st because it do
esn’t fit.

It would move the whole word to
the next line whenever possible.

I see. I did test this out with some actual strings instead of just random letters, and it also does this on Roblox standard chat. shouldn’t be a problem then. Tysm

– I was just hoping for aesthetics sake it could be fixed somehow but also keep all the words on the same line.