A JavaScript wrapper for interacting with the ROBLOX OpenCloud API.
npm install rblx.js

console
yarn add rblx.js
`
NPM:
`console
npm i rblx.js
`
Usage
Roblox.js is a OpenCloud API wrapper with full TypeScript support. Once installed, you can access the following classes:
- Datastore
- MessagingService
Functions are named similar to the Lua equivalents and follow a similar structure. Each class is initialized with a universeId and an apiKey from https://create.roblox.com/credentials.
Documentation
For detailed documentations and examples check out the wiki or the docs` directory.