I’m making an Output gui in my game, where when you enter a command the output displays the result in a list, I’m struggling on making the text show up in a list format, as currently it looks like this:
You can add a UIListLayout to the output GUI, which will display UI elements in a list layout. You can choose if you want it to be listed vertically or horizontally.