How to scale textbox vertically

I want to create textbox that is auto scaled vertically just like roblox chat messages.

image
Games by ROLve includes that function, I want to know how to achieve that. Any help is appreciated.

1 Like

In the properties of your TextBox, set the “AutomaticSize” property to Y and set the “TextWrapped” property to true.

1 Like