OrderedDataStore

OrderedDataStore : GlobalDataStore

Overview

The OrderedDataStore class in Roblox is a specialized type of data store that extends the functionality of the GlobalDataStore by allowing entries to be sorted.

Description

OrderedDataStore is a class in Overdare Studio that extends from GlobalDataStore and manages ordered data within Lua scripts. Its primary function is to provide an organized approach for storing, retrieving, and manipulating data items based on their order. This ensures the integrity of sequential operations or records maintenance in applications requiring specific data arrangement. OrderedDataStore offers robust solutions for handling ordered data storage in Lua scripts.

Properties

Methods

Events