Yeah, as stated above Roblox did recently implement a change which invalidates the cookie if there is a continental change (to my knowledge, I’ve done a whole bunch of testing on this in my free time recently and I could really only replicate this if there was a continent change). I was going to bring that up if it still logged you out despite following the no logging out method. That messed me up for awhile, but luckily there are some pretty decent ways around this change.
-
In theory, you could do what I did for my application center which automatically ranks players. Change your VPN region to somewhere in Europe and then make sure you’re hosting your bot somewhere in Europe as well. (I’d assume this is a temporary fix considering Roblox probably plans to roll out IP changing soon). I’ve heard some mixed feedback about this though. It works for some people and doesn’t work for others.
-
You could do the more permanent solution of following the recommended action on the noblox.js GitHub. It’s the pinned issue, if you need a link let me know.
Also if you’re planning on hosting this permanently for a group of some sort, I’d feel stupid not to mention that I would highly recommend not using Glitch under the pretense that to my knowledge Glitch removed the Private Project feature from free accounts. (Not 100% sure if this is true, but I’ve had a lot of people who I work with tell me this is what is happening). Hopefully this sets you on the right track.