Gui text newline (SOLVED)

Does gui text support newline character? \n

1 Like

Yes, but you should turn-on “Line Break” option for the text field

1 Like

line break is break line when line is bigger then text field width. I want’t to break my line where i need by /n character

yes, you can do it using /n character (if you set text by code gui.set_text(node, text))

1 Like

thx, in editor \n not work :unamused:

yes, in editor it doesn’t work. but you can paste multiline text by cmd+v

Not by my computer here but I think Alt-Return or something inserts a newline.

in widnows i can enter symbols with alt + numpad numbers. But in my laptop i have’n got numpad=) Solution without numpad that i found not work.