Pawn Movement Replicated to Server but not Clients

Got it!! If the host is replicating to the clients make the following:

  1. Create a new_custom_function that has replicates as “multicast”
  2. Call the new_custom_function after ServerMoveForward fuction.
  3. That’s it

What is happening is that the client is running the BPScript, but it needs to multicast to other clients to update the actions.

I bet this will solve your problem :wink: