How to Spawn the actor on all clients including the Server

Good evening, I would like to know how I can spawn an actor on all clients in the network, including the server. Example: I called this event on Client 1, and only client 1 spawned the actor. The server can see the spawned actor, but on the server was not spawned. If I execute the event on the server, only the server will spawn the actor and the client will be able to see it too but the actor will not be spawned on client.

I’ve been trying for days to figure out how this works, and where my error is in the code, but so far I haven’t been able to understand it. Thank you very much if anyone can help.

My Custom Event

After run the Event in Client 1

My actor settings

Example
Client 5 Run Event to Spawn Actor in all Clients including on the Server