Manage your group's members easily from your own code
While BloxTech provides automation for your centres out-of-the-box, you may want to automate more:
How about a !promote <username> command in your game?
!promote <username>
Or maybe you want to give gamepass owners a rank in your group?
Developing an external service? A simple POST request is all it takes!
You guessed it, the possibilities are endless! Let's dive right in:
From your centre page, press on Auto-Ranking.
If the BloxTech API Key field is empty, press Regenerate Key.
Then, click on the copy icon to copy your key to clipboard.
Do you want to integrate your Roblox game? We've built an easy-to-use module here: Roblox Developer Packages
Building an external service, like a Discord bot? Check out the API documentation for updating a member's rank or handling join requests.
API: Update Rank
Change the rank of a group member
API: Handle Join Request
Accept or reject join requests from pending members
Roblox Developer Packages
Interact with the Ranking API inside your Roblox game
Last updated 19 days ago
Was this helpful?