This repository was archived by the owner on Oct 17, 2022. It is now read-only.
-
Couldn't load subscription status.
- Fork 0
Home
ayden edited this page Feb 14, 2022
·
9 revisions
Welcome to the official wiki for the rbx-to-mongo ROBLOX module. Here you can find documentation for all the functions in the package.
The first course of action is to prepare your database. Once you’ve provisioned your database, head on over to Data API

Next, lets select our data sources that we want to be accessible. After that, create an API key and DO NOT SHARE IT WITH ANYONE ELSE!. Copy your key and keep it somewhere safe.

Make sure you also copy the URL endpoint, as we will need it.

Okay! You’ve successfully prepared all your materials. Good job! Now let's require the module from the web.
local Module = require(8772252865)Let's move onto the next section now.