I want to create textbox that is auto scaled vertically just like roblox chat messages.
Games by ROLve includes that function, I want to know how to achieve that. Any help is appreciated.
I want to create textbox that is auto scaled vertically just like roblox chat messages.
Games by ROLve includes that function, I want to know how to achieve that. Any help is appreciated.
In the properties of your TextBox, set the “AutomaticSize” property to Y and set the “TextWrapped” property to true.