Problem with replication

Hi, the only client that can call run on server events on an actor is the client that owns that actor. If any other client tries to do so, nothing will happen. That means you will need one additional actor (e. g. player controller) that is owned by that client to reroute it through.