#Ranking commands
1 messages · Page 1 of 1 (latest)
For a group or in game
Me personally I dont know but im just asking that for anyone else that's wondering
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
Alr, I'll wait for someone then
Btw, u probably will need an account for ur bot, and .ROBLOSECURITY cookie
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||
will*
Just will
Wdym
Anyways I might try doing this at some point today
**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
either that or just use a server with nodejs on it