sentanos / roblox-js

!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
MIT License
45 stars 45 forks source link

Unexpected token on line 27 #81

Closed popeeyy closed 6 years ago

popeeyy commented 6 years ago

I'm trying to revert ranks, but when I run this example code you gave, it says "Unexpected token on line 27". How do I fix? Code: https://hastebin.com/ediripiroq.js

sentanos commented 6 years ago

You moved around the code... rbx.login is right before the .then

On Jan 6, 2018, at 11:04, uhhhwdqdq notifications@github.com wrote:

I'm trying to revert ranks, but when I run this example code you gave, it says "Unexpected token on line 27". How do I fix? Code: https://hastebin.com/ediripiroq.js https://hastebin.com/ediripiroq.js — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sentanos/roblox-js/issues/81, or mute the thread https://github.com/notifications/unsubscribe-auth/AHtZkoOzU3RHHZiVjeSSmzjTt6_eP593ks5tH8PXgaJpZM4RVZ95.

popeeyy commented 6 years ago

Now progress isn't a module it says. https://hastebin.com/wujamipeca.js I've reinstalled Roblox.js too.

sentanos commented 6 years ago

You have to install all other dependencies such as progress

popeeyy commented 6 years ago

What should I execute to install them?

sentanos commented 6 years ago

If you don't know how to use node.js and npm please do not try to use these scripts

sentanos commented 6 years ago

This issue is unrelated to roblox-js

popeeyy commented 6 years ago

I know how to use it, but are you telling me to install it like I did Roblox.js?