rbx-ds-cloud 
rbx-ds-cloud is a CLI and Library for interacting with Roblox's Datastore Open Cloud API
Use case
- This tool is good for Debugging your game's datastores without being on Roblox Studio
- Good for instantaneous changes to the game's datastores
- Continuous Delivery
Install
Installing the Library
-
If you would like to use
rbx-ds-cloudin a Rust project, just addrbx_ds_cloudto theCargo.tomldependancy list of that project[] = "0.1.3" -
Or, you can use the
cargo addcommand
Installing the Binary
-
You can run the following command to install the binary.
It will be installed on the
$HOME/.cargo/binpath by default, you may change it in your system's enviorment variables. -
You can download the repository and build from the source
-
Or, download and unzip the tool for your OS from the repository's releases page, you then have to add the binary's path to your system's environment variables