Is there a alternative to glitch I could use?
Hello, I am creating a promote command. It’s shooting the following error:
Here is the script for the command:
if args[1] == Prefix.."promote" then
Server.Promote(5214798, Players[args[2]].UserId)
end
I don’t use glitch anymore, I started using repl.it, the ranking is way quicker and it just has a nicer interface.
Its more secure with their auto implentation of enviromental variables, it also is just better, all you need to use is uptime robot to keep the application online.
I don’t have any money and I want my repl project private.
Nice, I’ll check it out, thanks!
what did you change the package.json to im getting the same error
got it to work: i updated the dependencies to the lastest version
I did everything you said to do and group shout worked, but not demote. It gave me the error
The request failed: 500 {"error":"Change rank failed: bodyObject.filter is not a function"}
this was last updated in september 2020, so i guess the script is a bit broken idk tho i haven’t tried it
Yeah. The function is probably long gone.
Hey, so I don’t really have an issue with this script, but more with the ROBLOX cookie login. Essentially, whenever I paste my cookie into my glitch script, it kicks me out of the ROBLOX account and invalidates my cookie. Do you know what I can do?
Make sure you are using an incognito browser.
Now, the best solution is to put your cookie in a .env file, as a secret. On platforms like Glitch, this would typically not reset as often, however, in my experience, it hasn’t reset at all.
Replace how the code finds the cookie with a .env. This basically tells your code to only use the cookie provided from the cookie defined in the .env, which is a secret, only you can see it. No one else.
I tried this, and it still expires after a day or two, anyone got anything on stopping the cookie from expiring?
This is no longer working, for me atleast! Try checking it.
What error do you get? It is probably because of Roblox new Update to the RobloxSecurity Cookie.
Bro nothing is happening as rank bot is not responding, I wasted 1 robux to try too.
Anyone should re-do this guide, it is kind of outdated.