MemoryStoreService: InternalError: Unknown Error. API: SortedMap.GetRange

Why am I getting this error?

local success, result = pcall(function()
	return Queue:GetRangeAsync(Enum.SortDirection.Descending, count, exclusiveLowerBound)
end)
2 Likes

Bump, i am getting this error too. MemoryStores completely unusable
im using:

sortedMap:GetRangeAsync(Enum.SortDirection.Ascending, 100, 1, 40)