How to reset a certain key in Datastore2?

Hello, dev forum, I’m using the Datastore2 Module to handle data in my game, but I want to wipe reset a single value (Wins) to 0 for everyone. How would I do that without wiping everyone’s data?

This is why you should use an offshore datastore, anyways.

When a player joins who isn’t a new player and has saved stats,
Make his wins 0.
(of course use a bit of logic so it doesn’t wipe your wins all the time)

1 Like