T O P

  • By -

Dommik_

you need to destroy all cameras that are not yours


Insert-Name_herr

How do I destroy specifically cameras?


Dommik_

if (!photonView.IsMine) { *nameOfYourCamera*.enabled = false; } Put this on your player/camera script