How would i use Roblox API To make a login
Could you elaborate? What are you trying to make? There’s no information here.
We are trying to make a better roblox website with the api and we need to make a login page
What is the purpose of this website?
A better version of roblox that you can use and login on and join games on
How would i use that in js to login on
Why do you need to do this? The regular roblox website is fine.
Its for a project with some friends we are making it
can i add captcha then? to make it work normal
what do you mean by that “Captcha is specifically designed to prevent you from doing this”?
How to not get stopped by captcha? what if the person logging in does the captcha?
how to make the person on the website login manually and then use cookie in api to do stuff like join friends and games
Ik that the cookie is called “.ROBLOSECURITY” and where to find it i just need to make a login page
Make your own login system, don’t depend on roblox’s.
But then you’d have to ask the user for their password?? Doesn’t seem secure. This website doesn’t seem secure.
The project we are making has to get access to join games and get friends remove firends
i will try doing that but i still dont know how to make the login i need the login first
Sorry I just don’t see a reason why, and needing the users password for anything is not allowed in my books. Maybe try making a browser extension instead…? I might be completely misunderstanding what your trying to make, but I don’t think I am.
We cant do that using css cause some features we cant make
I would like to note that what you are attempting to do is impossible by standard means. Roblox APIs are protected by Cross-Origin Resource Sharing (CORS) policies which, to keep it brief, prevent non-Roblox websites from requesting to their APIs. It’s a security measure to help prevent things like this, and attempting to evade them is a bad idea.
Basing what you want off of this comment, what you are wanting to do is a) highly impractical (you’d need to reverse engineer how the entire site works to make a “proper” website that fully works) and is b) a massive security risk.
Please just don’t. Ever. I don’t like shutting down people’s endeavours, but to do what you want properly would involve bypassing security measures that are meant to keep people safe, and would also leave you holding people’s user data.
If people come across this in the future trying to make Roblox integrations that require reading a user’s account information, Open Cloud will have OAuth2 support. At the time of writing, this is not yet supported, but I’ll try and remember to update this when it does.