I am also in Godot. But how do you call an instance unless it’s a child node?
you can do get_parent.add_child(BulletIns) or get_tree().get_root().add_child(BulletIns)