how to get the position of an instance scene in a scene

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Yamz

I would like to obtain the position of an “instance scene” object, which is in another scene.
I have an arrow as an instantiated scene that comes out of a dispenser, I would like it to be removed when I am in a certain position, so I want to know its position

:bust_in_silhouette: Reply From: newold

get_tree().get_node("name of your child scene").get_node("name of child in that scene") for example