How to instantiate a prefab on other player only?

Options
I want to Instantiate a prefab on the other player but I can't find documentation anywhere.

Any hints on how to do it?

I used

var newEnemy = PhotonNetwork.Instantiate(enemy1, start.transform.position, Quaternion.identity, 0);

but this instantiates on the local player as well.
This discussion has been closed.