So I am the developer in a large theatre group on ROBLOX. We have a current application service that would automatically rank users when they pass or fail. The service we are using though is unreliable and users are sometimes even unable to join. I created my own web interface for just our group only and I was wondering how we can automatically rank people when the application is marked as Passed. We have a lot of new members every day so manually ranking is really hard when we have less HRs currently and every so often when we have this number of HRs. How can I do this? I want to be able to press a button in an HTML window and in Javascript to automatically rank the person’s application to the rank they had applied for. The problem now is that the only packages require a cookie that gets reset.
Well, you will need a bot, controlled by visual studio code or something like that… https://www.youtube.com/watch?v=qqELGXW3n-Q This might be helpful
So if it’s used everyday, does the cookie get reset?
I don’t really know, a friend used that video, and it worked for him, I can ask him, but he’s not on at the moment.
My only problem is that I don’t want to have this deployed to the HRs and then it won’t be ranking them because it can’t log in.
PS: Visual Studio Code is a code editor with widgets for helping write code out (e.g. syntax highlighting, test runs in a VM, so on). It is not a deployment platform and cannot control such applications. You require other dedicated solutions for hosting bots, code and endpoints that you can send requests to from within Roblox.
I’m using https://glitch.com/ as my host for my applications. So basically now, if I use the application every day for a while, will the cookie get reset every so often? No one will be logging into the account.