Doesn’t GetSortedAsync already sort the table as required? Considering you’re fetching the array from an OrderedDataStore, you’d think that it’s not necessary to implement table.sort. Does a print-iteration throughout the results of the call not show up in order? Is there something else that you’re overlooking?