How do you set text to "\"? (SOLVED)

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 \\ ?

2 Likes