Don’t try sending RPC’s on actors your client proxy doesn’t own. RPC your “Server Proxy” and have it call the event on the actor. This works just like all multiplayer interaction set ups.
Server technically owns everything even if “Owner” is null.
You interact, if successful call the server to interact. If the server is successful, execute the action.