How to reset all keys within one data store?

So, I have a game I want to wipe clean with data, and I need a way I can reset everything without changing the game at all. (Also the game has like 30,000+ keys), how would I reset all of them?

Please lmk a script I can use for this.

just change the datastore name. So if it is like
local Datastore = DataStoreService:GetDataStore("Data")

just do

local Datastore = DataStoreService:GetDataStore("Data1")

or whatever name u want

2 Likes

Alright this should work. Thanks!

No problem! Good luck with your game!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.