Roblox API Reference

OrderedDataStore On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (2)

Member index (1)

Type Member History
Instance GetSortedAsync (bool ascending, int pagesize, Variant minValue, Variant maxValue)
6 members inherited from GlobalDataStore
57 members inherited from Instance

History

Members

GetSortedAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
ascending bool none
pagesize int none
minValue Variant none
maxValue Variant none

Tags: [Yields]

Relevant classes (1)

Relevant members (1)