Manage global score between rooms

Hi, there.

I'm making a simple game, throwing balls in a bucket and score points.

In each room's max player count is 10. There will be several rooms.

The problem is that I want to know every player's score in every other rooms but I can't find a way to collect the data.

Is there a way to achieve this?

Thanks

Comments

  • Consider using a external Database to store the score.I'm not sure but I don't think there is a way to share data between rooms built-in.
  • S_Oliver said:

    Consider using a external Database to store the score.I'm not sure but I don't think there is a way to share data between rooms built-in.

    thanks for the reply!