AI Move To - Want character to always follow beside me

Sorry for the noob question, I’ve worked on this for an hour.

I just want the character to always follow beside me in the same spot. I thought the easiest way was pawn sensing to ‘ai move to’ using a reference to my location. What am I doing wrong? If I set the Pawn to self, it works but always bumping into me from all different sides.

Thanks!

Try setting the acceptance radius to something like 100 and plug the self in to pawn because right now its set to 5 and thats very close

Thank you for the quick answer. If I plug the Self into pawn it does follow me but in random spots around me. I’m trying to get it to stay on my left side.

ah maybe try add a arrow in your playerchar bp and when you cast it get world location and plug that to ai move to, not sure if thats how u want but give a try

Hey, that’s an interesting strategy! I will try that tomorrow. Thank you for your help!