rbx-ds-cloud   logo

Crate Docs CI Release

rbx-ds-cloud is a CLI and Library for interacting with Roblox's Datastore Open Cloud API

Install

Installing the Binary

  1. You can run the following command to install the binary.

    sh cargo install rbx_ds_cloud

    It will be installed on the $HOME/.cargo/bin path by default, you may change it in your system's enviorment variables.

  2. You can download the repository and build from the source

    ```sh git clone https://github.com/RefinedDev/rbx-ds-cloud.git cd rbx-ds-cloud

    cargo build --release ```

  3. Or, download and unzip the tool for your OS from the releases page

Installing the Library

sh cargo add rbx_ds_cloud

Use case

This tool is good for Debugging your game's datastores without being on Roblox Studio

Documentation

https://refineddev.github.io/rbx-ds-cloud/