I want to open my game in beta, but then once I release it fully I want everyone to be at the same stage, so reset all stats. Is their an easy way to do this or a wiki somewhere that tells you how it can be done? Thanks
An easy way to reset datastores for a game would be to change the key you're currently using for your Datastore.
Example;
local stats = game:GetService("DataStoreService"):GetDataStore("ChangedKey");