Creating AI dummies that follow the player at an offset (Like Bodyguards)

As stated in the title, I wondered how I could go about making a script that creates dummies that follow the player when activated to create a “Body Guard” AI. My idea would be to have dummies in replicated storage that when a script is activated, are copied into the workspace and follow the player. The problem is I don’t have an idea on how to go about doing something like this.

What you’d want to do is get the direct position of the person their guarding, then calculate an offset for them. Then, you could have the bots pathfind to that position, and stand there.

Could I please see an example of this?

did you ever find out how to do this?