I am trying to record the current high score between all of the players of a current game.
Then I want to display the current high score to all the players.
What is the best way to implement this?
Is there a way to iterate across all players and update the current high score?
Thanks
Then I want to display the current high score to all the players.
What is the best way to implement this?
Is there a way to iterate across all players and update the current high score?
Thanks