Is there a LocalPlayer:Ban command?

I am trying to make an anti-exploit at the moment and am wondering how to make it ban the player instead of just kick them.

I need to know how to ban them so that this project can be successful, if you have any info for me please do say, also I’d like to link up trello with it.

Nope.

You can ban by saving the player’s UserId and match it on server, then kick them again.


The practice has a backlash, which involves false positives. If you are certain that this ban is worthy and foolproof, consider it probable.

Oh, okay. Also, how to do make a table like

local bypass = [“qalue”],
[“Yaahz”]

I want to have certain people bypass the Anti-Exploit, I just need to know how to make the table then I’ll manage to figure it out.

A table is in form of {}.

You are starting to deviate from the subject, saving the values requries data stores. Consider searching the DevForum using the search function.

What false positives? Can you give some examples? Thanks.

There was a case of where ban-blocks are placed in a map where players aren’t suppose to be in. There are two hand-picked cases:

  1. Player got glitched by Roblox physics and flung into the block, they were banned falsely.
  2. Another player(exploiter) somehow moved the player into the block and banned them falsely.
2 Likes