Fix overflow text

Relatively simple question. How do I make it so when text in a textbox overflows, it drops a line? Preferably if AutomaticSize would work too.

Any help is appreciated.

A TextBox or TextLabel should do this anyway, if it still overflows Enable TextScaled and if it still overflows correct your UI scale.