Ok, I'm making a message system for a game, but I'm facing some problems. How do I do correct multi line text based on the width of the window?
I don't want my string to keep going to the right when using the Text command. When it reaches the end of the window then start a new line and continue where I left of.
I don't want my string to keep going to the right when using the Text command. When it reaches the end of the window then start a new line and continue where I left of.