I’m kinda confused what you’re doing. Are you trying to make a multiplayer game? The model you need to go for is:
Clent sends input to server.
Server acts on that input.
If Clients need to simulate whatever the server did, the Server replicates that info to relevant Clients (COND_OwnerOnly, COND_SkipOwner, <no condition>).