I want to use "SimpleMoveToLocation" on Network

Hey there, my guess is that the position and rotation of your character is being enforced by the server, so you might move in the cliente, but the server resets it again, so you might need a server rpc to run the SimpleMoveToLocation on the server so the position and rotation is replicated to the client.