Ranking within the group

Greetings!

I wanted to make two commands. !promote and !demote . But now I have the problem, how to rank people within a group with a command from a game? Are there any APIs where I can enter the Security Cookie? Or how would I set everything up so it works. Help-

How you would be required to do this is by running some code outside on a web server. As an example you could make a glitch project and then run the URL to start the project giving the parameters required.

On the coding side of it I use javascript and know that you can use something like Bloxy or Noblox to then do the ranking and stuff. You could use the Roblox web API directly but unless you know how to use it I suggest not. Below I will link a vid which explains how to do what you are looking from.

Roblox Scripting Tutorial: How to Script a Group Ranking Bot - YouTube

The vid uses Glitch which I don’t recommend using due to the free verison not being the best and I have had problems with this before.

1 Like

Kk. Thank you! I’ll try it out. But which one are you using? (Glitch etc.)

This is pretty helpful in achieving what you want to do - although you’ll have to update certain things as noblox has changed since this post was made. They discuss it in the thread.

If it makes it easier for you, there’s an open source created by @yogurtsyum, one being a Discord bot for ranking & another for ranking commands in-game.

Instructions are provided with handy support.

I think what he is looking for is commands you can run in-game. Is that not a Discord bot?

No- I already tried it and yea I coud do it with ro.py but I don’t have the money to the let the script running on a server so this is not working.

Reason being why I also linked:

It’s not money, you could use either Glitch or Repl. I recommend the Repl option, it’s free & much more easier since it is focused on through the instruction manual.