Ordered Datastore Values on the V2 value clamped to max 2^53

When i try to list ordered datastore endpoints via the endpoint https://apis.roblox.com/cloud/v2/universes/{universe_id}/ordered-data-stores/{ordered_data_store_id}/scopes/{scope_id}/entries all values that are above 2^53 are clamped down to 2^53

When i get the same datastore in studio it does reveal that the values are not actually 2^53

aswell as fetching the data via the v1 ordered datastore endpoint (https://apis.roblox.com/ordered-data-stores/v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries) shows their true values

Expected behavior

I expect the up to date ordered datastore api to not clamp the saved values to max 2^53 and return their true values like shown in roblox studio and the deprecated ordered datastore endpoint

2 Likes