Read about autoload in documentation more
Autoload exists aside of the sene tree, it is a nodeless script. It can't have children and any structure, so get_node
can't work. It also doesn't have any way of reaching a scene tree, get_tree()
returns null. However every node of your scene tree can refer to Autoload scriptwithout any knowledge of own scene tree structure, and this where it becomes truely useful