i want to acces a property of my characters “root” node (not really the root just the normal “CharacterBody3D” node) from a node futher down the tree how do i do that without going over getParent().getPatrent.getParent … also because may change the hierarchy later how can i do that ?