Notifications
Clear all

[Closed] Newline in text object

I couldn’t find this in the search, but I hope it’s an easy thing to solve. I’m creating a text object, and I want to have a newline in the text string. Doing this…

myText.text = "New
Line"

…does not work for some reason. Anybody know what would work?

2 Replies

you need to use:



Ahhhh… Thanks!!