How to Create a Rank Management System using Glitch

Very new with this sort of stuff.


Please let me know if you can tell if I’m doing anything wrong.

Forgetting the cookie is the only thing.

I did put in the cookie in an .env file though.

when i try to put my cookie in, it automatically logs out my bot account and shows this error :
image
help

That’s the expected outcome. It basically means that it works.

ahh ok well i guess i’m dumb

30CHAR

You will need to make sure of 2 things.

  1. Did you tell the site to look for the cookie in its new locations?
  2. Did you properly set it up so your site can fully access your .env file?

Make sure that both of these answers are yes.

I think I’m confused on where I’m suppose to put this.

I believe I put that at the top of the script, wrote that tutorial ages ago.

1 Like

Which script do you mean though?

server.js :+1: (30 characters)

1 Like

I’m sorry, I’m confused.

For the Quiz Center, it doesn’t rank when you pass. There is no real error and I’ve even made the event named “RankPlayer”, although it won’t rank. Glitch tells me it is fine and I am unsure what is happening, help?

The extra downloads provided are just UIs. The scripts are outdated and most likely don’t work. You will have to re-script most of it.

Ah, okay, thank you for the explanation. That is appreciated.

You might want to clarify that this is NOBLOX as roblox-js-server no longer works.

You might want to read the tutorial first:

Ah apologies - I meant that roblox-js-server was very but no longer works. Didn’t want people to get “noblox” confused with “roblox” if they planned on looking into it more.

Does this version of noblox have the message function? I am trying to make it so if a player meets criteria to be ranked, it ranks them and then the bot sends me a message saying so and so got ranked.

Yes, you should read the docs.

Hi, I’m getting this error when using Server.SetRank:
image