So, when changing an instanced scene's property cause all previous instanced scenes instead of the latest one.
GIF Here
Here's the simplified instancing code I use
var my_scene = preload("res://myScene")
m = my_scene.instance()
m.position = position
add_child(m)