Skip to content

Simple express server that allows promoting players in a roblox game via HTTP requests

License

Notifications You must be signed in to change notification settings

xalonious/roblox-in-game-promote-command

Repository files navigation

Roblox in-game promote command

This code will allow you to promote people directly from within your roblox game, all through a simple command

Note: For this to work, you need your own domain!

How to Use

  1. Clone the repository.
  2. Run npm install to install the required dependencies.
  3. Create a .env file and fill it out following the format in the example.
  4. Place the promoteHandler.lua code within a script in ServerScriptService in your roblox game.
  5. Make sure HTTP requests are enabled in your game!
  6. Run node server.js to run the server
  7. 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

Be sure to check the comments in promoteHandler.lua !!

About

Simple express server that allows promoting players in a roblox game via HTTP requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published