Is there a good way to move a character via navagation from a player controller in a replicated environment?

I’ve read through this thread and it seems like there wasn’t any good way to move a character via a player controller using navigation on a server. There is Simple Move to Location, but it’s quite bad when it comes to replication. Enabling ROVAvoidance alone breaks movement.

So… Is there a way to do this without having to have an AI controller and a player controller to move the player?