#How to reset game data
3 messages · Page 1 of 1 (latest)
just rename the DataStore Name
local Data = game:GetService('DataStoreService'):GetDataStore('Name')
and rename the Name in the GetDataStore
yeah what he said, what I like doing is calling it for example 'DataStoreV1.0.0' so you can access previous versions if necassary