Roblox Group Manager/Ranking Bot

I’m getting these errors:

Bruh, you need to replace it with the URL and then the folder

1 Like

Which url and folder? Please Specify.

1 Like

The GitHub url of the repo that you want to clone and the folder that gets created when you clone it

Hey I ran into this error while running the install command

You need to install NodeJs.

yes that worked thanks for the quiock response!

Not trying to nitpick here, but helpful suggesting:


In this type of scenario, it’s best to use switch.

At the time of writing that, I didn’t know how to use switch, and even now, I still don’t know, most likely what I would’ve done now is use object.keys and object.values and for loop through the stuff

Switch is pretty easy to get the hang of, like here’s an example.

var str = 'Dog'
switch(str) {
 case 'Dogs':
 case 'Dog':
  console.log('str is either Dogs or Dog, its stacked here')
  break
default:
  console.log('str is neither dogs or dog')
  break
}

Hey! I have a little problem when I try doing powershell .\Install.ps1.


Tried this in both CMD, and Powershell. (Since it looked like a Powershell command)

Do you think you can help?

Turn on script execution on your system

1 Like

How would I do it though? I have never turned that on.

Research it, I don’t know the command by heart

1 Like

You will have to google errors on your own, but this is how to enable powershell execution.

Every time I attempt to run the .bat, it automatically closes. How do I fix this?

1 Like

Are there any errors in the console?

Wdym? I ran the bat not in console

Oh right, try opening cmd in the directory and running the bat file, then tell me what the error is

How would I run it via cmd? Like how do I run bat in CMD