Roblox API Reference
Updates
About
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.
Memory Category
Instances
ExplorerOrder
-1
Tags: [NotCreatable, NotReplicated]
Table of contents
Class tree
Inherits
Member index
History
Members
GetSortedAsync
References
Relevant classes
Relevant members
Inherits
(2)
GlobalDataStore
Instance
Member index
(1)
Type
Member
History
Instance
GetSortedAsync
(
bool
ascending
,
int
pagesize
,
Variant
minValue
,
Variant
maxValue
)
6 members
inherited from
GlobalDataStore
51 members
inherited from
Instance
History
138
Add
OrderedDataStore
Members
GetSortedAsync
On DevHub
This function yields.
It will block the calling thread until completion.
Parameters
4
Name
Type
Default
ascending
bool
none
pagesize
int
none
minValue
Variant
none
maxValue
Variant
none
Return Type
Instance
Tags: [Yields]
Relevant classes
(1)
Instance
Relevant members
(1)
DataStoreService.GetOrderedDataStore
Top