I can’t build if I type:
gui.set_text(node,"\/")
Because " \ " is invalid, it even disappears when I type “” or … < (there is a \ in both) (" \ " and \ . .)
How do make it work?
I can’t build if I type:
gui.set_text(node,"\/")
Because " \ " is invalid, it even disappears when I type “” or … < (there is a \ in both) (" \ " and \ . .)
How do make it work?
Did you already try \\ ?