Roblox API Services Javascript

Hi developers, i trying to make a bot in eris.js(javascript library) and im tried but it send message

{"errors":[{"code":0,"message":"Authorization has been denied for this request."}]}

Who can help?

You will have better luck getting answers if you post the entirety of your javascript and lua code, and explained exactly what you’re trying to do, what your setup is, etc.

Also, there are probably better forums for asking questions about your bot. This forum is mostly for the roblox side of things.

1 Like

The main possible reasons are that

  1. You are not passing the .ROBLOSECURITY cookie
  2. The endpoint requires a x-csrf-token other than the cookie

i using a noblox library
i trying to login using cookie

What about you share your code?

i fixed it but i need a new browser