Does anyone know why when I instantiate an object that has ia to the scene it doesn't move?

My problem is almost everything in the title, I have an object that follows my player, when I put this object in the scene it follows the player all the time but when I ask for code to instantiate that same object it does not move.
What I currently use is “spawnActor” and I select my character, the character is instantiated but does nothing, the “IA” part is as if it doesn’t exist

After the spawn, add this node:

Thank you !!!