Basically, I’m getting the much-loved “DataStore Request Added To Queue” warning in Studio, but I’m only calling the :SetAsync()
function once.
Code:
-- DSS = game:GetService("DataStoreService")
-- key = "HighScore"
-- currdata = {["pts"] = 1} (used to be 0)
DSS:GetDataStore(key):SetAsync("data", currData)
Error: