roblox-js
roblox-js copied to clipboard
!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
I seem to be getting this error now... `Error: Login failed: You must pass the robot test before logging in.` Is there any way to fix this?
See [here](https://github.com/suufi/noblox.js/pull/29) for docs Patch URL: https://gist.github.com/sentanos/cb5b21d2e55d0019a6b98e5767ba27c1 Join R.API for support: https://discord.gg/EDXNdAT
im working on it but i can't have a result. when i tried with localhost it gave "Invalid ID" for uid. when i tried to get on roblox it gave...
var options = { group: ID, username: username, accept: true } rbx.handleJoinRequest(options) .then(function (err) { if(err) throw err; console.log('accepted') }) Using this code, of course given all the extra stuff...
When I use rbx.login(username, password) I am getting the following error and cannot log in. I believe this may be related to a Roblox image CAPTCHA. I can't find any...
For change rank do we need to make a bot for it to change rank of people? Is a command or do you need touch it. Cause I am using...
Fixed the `totalPages ` variable using an outdated method to fetch wall posts, solution by '[DevKurka](https://devforum.roblox.com/u/devkurka/summary)'
Is there any way to give a player funds from a group?
Im trying to make a lvl up group system but it always errors: Code: ``` async function returnrank(id) { var able2 = true try { const rank = await Roblox.getRankInGroup(3576137,id)...
Good?