AutomaticSize seems to make a line break before I want it to

Hello!

I am working on a chat system currently. The problem is that when using AutomaticSize (a beta feature IIRC), it makes a line break and I have no idea why.

It should be going to the edge of the “Click here, press enter, or press “/” to chat.” frame, but it just creates a line break.

Should I create my own function using :GetTextSize() instead?

1 Like

Ended up fixing it by disabling the TextWrapped property.