How to instance a node from another scene?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Celimp
:bust_in_silhouette: Reply From: Flo

This is a really easy way to do this.
Here is an example.
var load = load("res:// your scene ").instance()
load.get_node("/root/ your node ")