Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
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.

Preparing your resources

The first course of action is to prepare your database. Once you’ve provisioned your database, head on over to Data API

image

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.

image

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

image

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.

Clone this wiki locally