Array index is out of range ?

Dknighter
Dknighter ✭✭
Hello, I am getting the error "Array index is out of range." for this line of code and I have no idea why, any help would be great.

if((bool)PhotonNetwork.playerList[1].customProperties["Ready"] == false)

Best Answer

Answers