Let’s say I have this:
local actualData = {Level = 5}
Data:UpdateAsync(636684006, function(oldData)
warn(oldData, actualData)
return actualData
end)
Somehow this prints in my console the actualData twice??? (Even if the Level changed)
Ask me anything, I’m not sure what’s the problem.