I found my own answer. Apparently, each object's PhotonView will only write on the client of the player that owns the PhotonView. I had to split up my script and incorporate everything into several objects, each with a PhotonView with a different owner, and they were able to read from eachother without issue.
↧