Skip to content

Overview

Discord Server DevForum Post Downloads

rblx-open-cloud is a Python API wrapper for Roblox's Open Cloud. It supports all experience and creator APIs, OAuth2, and incoming webhooks.

Installation Process

To install rblx-open-cloud from PyPI package, you can install it from pip:

python -m pip install rblx-open-cloud~=2.0 --upgrade
python3 -m pip install rblx-open-cloud~=2.0 --upgrade

Getting Started

You can begin getting started with our Authentication Guide and then after, take a look at a basic example on how to implement it into code!

Getting Help

You can ask for help in the Discord Server or the DevForum Post, and you can report bugs on the GitHub Repository.

Thank you for using rblx-open-cloud!