How would I make a GUI paragraph?

Basically I need to make a wall of text. Only way I have been able to do it is with a bunch of GUI.Label’s. There must be a better way.

Thanks.

You can use one GUI.Label and fill it with text. If you need a line break just add a to the text.