This was the solution I found online that seems intuitive enough; however, it doesn’t work. Nothing happens.
GUI.Label(Rect(0,0,Screen.width,Screen.height),“Here is a block of text\nlalalala\nanother line\nI could do this all day!”);
It doesn’t matter if I change the bounds, change the text, nothing. Should I be displaying the window differently? Do I have to declare the GUI first or something?