How to access data stores outside of studio

I have a game in which you can deliver cargo. Each player has a datastore of total delivered cargo. I want to be able to go through all data stores that exist and make a total count, to see the total number of cargo delivered, and then continuously update as new deliveries are completed . How could I go about this? Unsure where to start. Thanks

2 Likes

In order to access DataStores outside of Studio, you’ll need to use Open Cloud’s DataStore API.

Here’s an official tutorial on the documentation that will describe how to use it:

The examples in the tutorial are provided in Python. If you want me to give you an example of how you would do it in Node.js, let me know.

2 Likes