instance à Godot

var objinstance = load("res://pathtoobject.tscn").instance()
add_child(objinstance)
simondoesntknowstuff