How can I use SimpleMoveToLocation in a multiplayer game?

I’m trying to make a game with click-to-move mechanics and it works perfectly with single player, but when adding a second player, the controls do not carry over. I can only move the first player. I am using SimpleMoveToLocation to move the characters.

ANYONE???

You will need to make sure that it is actually your server issuing the movement commands, not the individual player. I.e. Player issues request>Server receives request>Server Issues command. That can be set up in such a way that it is player agnostic, and maintains server authentication.

you need reate the navmech and create a plyaer ai and the palyer move to simple location if you don have navmehch cant move