So I have a game that stores, amongst other things, the amount of Levels that the player has completed. This is currently stored in a NumberValue within the player and then saved to a datastore when the player leaves.
Is there a better way to store this value? I feel as though using NumberValues within players is not the best solution.
MD