Is their anyway to reset the data store by setting the global data store to 0, without starting fresh on a new game?
Mabey something like this? (Located in the workspace with a normal script):
Game:GetService("DataStoreService"):GetGlobalDataStore("KOs"):SetAsync(true, 0)