-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Compey edited this page Nov 14, 2022
·
7 revisions
A JavaScript wrapper for the ROBLOX OpenCloud API.
Recently at RDC 2022, ROBLOX announced OpenCloud API endpoints for DataStore, MessagingService and more to programatically access Roblox Studio Services from external sources. These would have official libraries for languages such as Python and JavaScript eventually, but until then, roblox.js bridges this gap as an API wrapper.
yarn add rblx.js
npm i rblx.js
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.
MIT © DevComp - see the LICENSE.md file for details.