# function DataManager.ResetData(player: Player) local profile = DataManager.Profiles[player] if not profile then return end --???? profile.Data = nil --will this even work?? end
# that would just set the data of the profile to a empty table, I think nil would error in the profilestore module