-
Whenever I try to log in, I keep getting that a CAPTCHA is being failed. My bot won't even log in now. Is there a fix to get past this or something?
-
I have no idea what to do...
But, here is the error log.
`
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\benbe\\AppData\\R…
-
I send a message using the API, and it returns this:
https://gyazo.com/10ce207e7766197d54dbbd161acddc0a
This has never been an issue before. Nothing's changed.
-
I Get these errors when running the setRank function. Am i calling the Arguments in the correct order or am i missing one
https://gyazo.com/b3c832e231cb873142da3fedb4ed75d4
-
This will no longer work as ROBLOX removed the Login API.
In order for this to work you need figure out how to login via. the normal log-in screen, which I've been trying to do. This is difficult due…
-
Code:
```
var rbx = require('roblox-js');
rbx.login("Username", "Password")
.then(function(){
rbx.follow(23701121);
});
```
Error:
```
Unhandled rejection Error: Follow failed
at …
-
I tried and got the system to work. I had to change it once due to something so I remade it without updating I just remade it as if it was brand new. Now, no matter what heroku account, or how many ti…
-
I know it's a duplicate of #32 , #42 , and #24 , but none of these have solutions that are implementable by us on the server side.
Lots of the
> @\, RoVer couldn't modify the member in this server…
-
I've been trying to create my bot as some sort of verification bot using roblox's blurb feature. I searched around inside Roblox-Js and came up with GetBlurb inside of util. I'm not sure if that effec…
-
When using events (such as onMessage) does the 'bot' need to be logged in like so:
```
var rbx = require('roblox-js');
var onMessage = rbx.onMessage();
rbx.login('*****','*****')
.then(functi…