Accessing different players properties

I'm working on a "pre-game" feature where when a player joins a room it will bring up UI that shows the players stats on his account currently being saved with playfab statistics so public things such as overall "wins", "rating". Im using customplayerproperties to assign these values when each player joins a room, and then im using PhotonNetwork.LocalPlayer to put up all of his customplayerproperties related to overall stats. Now my question is what would be the best practice to show the other players customplayerproperties on the UI? Or how to access each players customplayerproperties separately. Its a 1v1 game so I got the local player working just not the other one who joins. Sorry if that wasn't articulated properly but i tried my best without screenshots. I can post screenshots if anyone needs a better understanding.

Best Answer

Answers