This code will allow you to promote people directly from within your roblox game, all through a simple command
- Clone the repository.
- Run
npm install
to install the required dependencies. - Create a
.env
file and fill it out following the format in the example. - Place the
promoteHandler.lua
code within a script inServerScriptService
in your roblox game. - Make sure HTTP requests are enabled in your game!
- Run
node server.js
to run the server - Once the server is running, you can now make requests to it.
You can check whether the server is reachable by going to the /test path of your site