How would I reset everyones leaderstats that have ever played the game?
You can get the DataStore
, use ListKeysAsync()
to get the keys, and use RemoveAsync()
to get rid of the data.
Or just change what data store you use.
How would I reset everyones leaderstats that have ever played the game?
You can get the DataStore
, use ListKeysAsync()
to get the keys, and use RemoveAsync()
to get rid of the data.
Or just change what data store you use.