Rbxbanland - An list of exploiters and TOS breaking users

alright, I have switched to an sqlite3 database. The endpoint is now /users

Maybe make a game in Roblox where you can enter a banned username and you see the reason and stuff.

And a right to be forgotten Button.

yeah, prob gonna make that all a discord bot. (and button prob gonna be tiny so exploiters don’t notice it)

You have to inform the “hackers” that they are in your database and why. Then they should have the option to contest that. Or to be forgotten.

sort of defeats the whole purpose of a ban list lol

Banlist has 1 person, maybe at least build a database of exploiters before releasing. 1 person feels more like witch-hunting/a personal vendetta over anything else

1 Like

I know, that’s why I say it 24/7.Thats useless if you dont want to own a hacker thousands of dollars.

Consider using Render or Vercel instead, as Glitch websites do not stay up 24/7.

History repeats itself again, doesn’t it?

2 Likes

which one would you recommend?

yeah we are just sticking this up so people can report evidence

I like Vercel for Node.JS sites like this one. It’s easy to use, and unlike Render, it doesn’t have a storage limit.

I’m not here to try and discourage you but this resource is not very great. Many people have attempted to do this before and failed. Also, you should avoid using JSON files for tables like these which “should” at some point have tens of thousands of records. You should be using an actual database instead.

1 Like

Can I just import my current project into Vercel?

alr switched to sqlite3

A idea like this can never succeed, i have seen this on multiple platforms and it has never worked out. For one, you would need evidence (hopefully) of people breaking rules, and even that can be fabricated easily.

1 Like

You can export your Glitch project to GitHub. After that, you can import the GitHub repository to Vercel.

1 Like