I’m making a 3rd-Person Isometric RPG selectable characters and I’ve been successful with getting my party members to follow me with an AIMoveTo node. The issue I’m having is that no matter what I put into the AIMoveTo node referencing a position other than exactly where the current selected character is, the AI still tries to move to the location of the selected player. I’ve tried adding actors behind and to the right or left of the character and setting those as the Destination and I’ve tried to add or subtract from the Actor’s location to offset where the other AIs would go, but the only result I’m getting is the AIs moving toward the exact Character Actor location. How can I get my friendly AIs to move to different specific points behind my character, like they are naturally following them?