how do i increment a value within a table with the incrementAsync() function?!?
CODE:
local DTS = game:GetService("DataStoreService")
local BankUserData = DTS:GetDataStore("BankUserData01")
local DataTMP = {
["Password"] = "";
["UserID"] = "";
["Xeni"] = 0;
}
BankUserData:IncrementAsync("MMS", 10, "Xeni") --???!
print(BankUserData:GetAsync("MMS"))
** You are now Level 9! **