How to interact with an object (robot) and let it follow you?

Hi everyone! I am developing a project, and in it, I want to interact with an robot and let this robot follow me in the map.

I used CONVAI AI so that I can talk with the first robot, and I also have the copy pf the robot following me in my player’s blueprints. However, I wanna combine them together. Like I first talk with it and then when I leave the specific point, they fly to my side and follow me.

Thanks!

AI follow logic should be in the AI’s BP.

Having said that, use the ‘Move To’ node with the character’s current location. Use the Player Controller node to get the player’s location.