Does Roblox support group ranking bots?

I was scrolling through some HiddenDevs Scripter Marketplace posts and I saw one that needed a scripter to create a group ranking bot that can promote, demote and etc. I know there is a service called RankGun for creating group ranking bots for free but it’s pretty limited if your game is big and requires a lot of ranking API calls.

So my question is:

  • Is there a way to create a group ranking bot for free without the use of services like RankGun?
  • Does Roblox natively support group ranking bots in some way, shape, or form?
  • Is it possible to use API keys to create a group ranking bot?

It’s possible via OpenCloud, or at least some of them are. You’ll want to use the /cloud/v2/groups/GROUP_ID/memberships/MEMBERSHIP_ID endpoint to update ranks, etc.

You need to use an API key registered under an account with access to the group. Group API keys won’t work.

GroupMembership | Documentation - Roblox Creator Hub

1 Like