Const
Api
Param
Description
POST https://apis.roblox.com/cloud/v1/universes/:universeId/orderedDataStores/:orderedDataStore/scopes/:scope/entries/:entry:increment body universeId The identifier of the experience with ordered data stores that you want to access. See Universe ID on how to copy it on Creator Dashboard. orderedDataStore The name of the ordered data store. scope The name of the data store scope. See Scopes. entry The entry ID. Increments the value of the key by the provided amount and returns the updated entry.
Known issue: Entry values can increment past the valid range and this may persist in the backend. Returned values will clamp to the valid range.
POST https://apis.roblox.com/cloud/v1/universes/:universeId/orderedDataStores/:orderedDataStore/scopes/:scope/entries/:entry:increment body universeId The identifier of the experience with ordered data stores that you want to access. See Universe ID on how to copy it on Creator Dashboard. orderedDataStore The name of the ordered data store. scope The name of the data store scope. See Scopes. entry The entry ID. Increments the value of the key by the provided amount and returns the updated entry.
Known issue: Entry values can increment past the valid range and this may persist in the backend. Returned values will clamp to the valid range.