So I started adding enemies to my Multiplayer game. They spawn fine and are synced just fine.
The issue comes in when a new player loads in. It seems every enemy that has ever spawned also spawns on the new player's client causing immense lag.
I also use Photon Network Destroy on the master client and Destroy Self on clients.