Why am I getting this error?
local success, result = pcall(function()
return Queue:GetRangeAsync(Enum.SortDirection.Descending, count, exclusiveLowerBound)
end)
Why am I getting this error?
local success, result = pcall(function()
return Queue:GetRangeAsync(Enum.SortDirection.Descending, count, exclusiveLowerBound)
end)
Bump, i am getting this error too. MemoryStores completely unusable
im using:
sortedMap:GetRangeAsync(Enum.SortDirection.Ascending, 100, 1, 40)
bump, ive also getting this error consistently over the past week now
edit: the exclusiveLowerBound and exlusiveUpperBound were not supposed to be numbers