Hello!
If I understand this correctly, you want your enemies to know where your player is through an autoload.
I made this reply on another post, and at the end of it, I included my personal solution for sharing a reference of a node through an autoload:
And then in your enemy you can use something like this in your enemy’s movement function to access the player’s global position:
var player_pos: Vector2 = player.global_position