#Ranking commands

1 messages · Page 1 of 1 (latest)

little wyvern
#

Does anyone know a sript to promote someone's rank in roblox
As well as demote and setrank

solar sandal
#

For a group or in game

#

Me personally I dont know but im just asking that for anyone else that's wondering

finite lantern
#

Well, technically, u can do that using Trello, and Discord bot (I've been trying to do this lately).

#

But, u can just use http requests ||i think||, just go over the Roblox API

#

Maybe there will be something useful

little wyvern
#

Alr, I'll wait for someone then

finite lantern
finite lantern
# little wyvern Alr, I'll wait for someone then

Here's my concept:
With a command in-game, u update Trello lists, a Discord bot is checking Trello lists every 5 mins (for example); if changes are detected: bot, using ro.py updating player rank in group. This is only my concept
||I will try to do it, if it works, i will tell u||

finite lantern
#

Wdym

solar sandal
#

Nvm

#

I meant is that you will need the .ROBLOSECURITY for the account

finite lantern
#

yes

#

exactly

solar sandal
#

Anyways I might try doing this at some point today

opaque crown
#

**this could be outdated, ill check in a few hours but, **if you're talking about an actual group rank then you send this post request to http://www.roblox.com/groups/api/change-member-rank?groupId=GROUPID&newRoleSetId=ROLEID&targetUserId=USERID with 2 headers:
content-type = application/json
X-CSRF-TOKEN = an accounts CSRF token

see this repo for more info: https://github.com/Quenty/roblox-group-autoranker

GitHub

A node.js server that helps auto-rank users in groups on Roblox - GitHub - Quenty/roblox-group-autoranker: A node.js server that helps auto-rank users in groups on Roblox

#

either that or just use a server with nodejs on it