3 messages · Page 1 of 1 (latest)
how to add child to a node different then the one I write script in.
var would_be_parent = get_node("Path/To/Node") would_be_parent.add_child(new_node)
[SOLVED] Add_child ?