cloud_set_data_store_entry
Set a value in a Roblox data store by providing universe ID, data store name, key, and value. Optionally create only if the key does not exist.
Instructions
Set a value in a data store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Entry key | |
| value | Yes | Value to set (JSON string) | |
| universeId | Yes | Roblox Universe ID | |
| dataStoreName | Yes | Data store name | |
| exclusiveCreate | No | Only create if key doesn't exist |