How can I instantiate an object but only for specific players? Something like:
PhotonNetwork.Instantiate("myObject", targetActors: new []{photonPlayer.ID, otherPhotonPlayer.ID});
PhotonNetwork.Instantiate("myObject", targetActors: new []{photonPlayer.ID, otherPhotonPlayer.ID});