Global Ban Script

Okay so I just made a quick ban script that receives a list of bans from http://reb.partixel.96.lt/

This ban list can handle UserId or GroupId as well as individual places to ban them from or all of the places that contain the script.

Here’s a link to the model containing the script: http://www.roblox.com/REB-WIP-item?id=148360693

Also, I was wondering if any of you knew how I could securely send bans to my server without people being able to insert a script into their place and tamper with the bans?

1 Like

Add a secret key to all authorized additions to the ban-list, then have your server only accept the ones with a key?

Sorry if my answer is dumb, I haven’t worked with this stuff much at all.

I thought of that but I wanted anyone to be able to add place specific bans from their own place meaning many people would have access to the key.

Give them a 20-digit key that they put into the script that identifies that it is indeed the person.

I could do that, but once again, it could be easily obtained.

I was thinking of giving each place a unique key which would then log each use onto my server.

That way, if I find any abuse I can simply remove the key and undo any bans.

Still seems really excessive for a simple ban script though.

Edit: I realise that may have been what you meant, if so, that’s probably what I’m going to do.

I would be able to make a relatively easy system if there was a way to verify the ID of the place the post was coming from.