spawn enemies

Options
Bunchu
Bunchu
hello!
I am working on a small ARPG project but I am having a problem spawning enemies. I don't know how to synchronize with other clients when enemies spawn and move. I had the idea to take 1 client as the host and spawn on that server and then send it to the server and the server will send feedback to other clients in the same room. but my idea is that if the client is lagging then I won't be able to ask that client to send the list of spawned enemies to the server.
Do you have any good ideas please share them with me. Thank you, well, I use photon Server so there is no photonView