“You were kicked from this game:Exploiting is a bannable offense. This action log has been submitted to ROBLOX Error Code:267” - Bug

People say to delete anything that has :Kick() in it and delete it without looking at the code first, which is just bad advice considering how Kick is a core function in every moderation based system

My advice is to look at any plugins you have first, share a list with us so we can help.

I would also advise the games owner to open any Scripts/ModuleScripts (kick doesn’t work in a local) and press Ctrl/CMD + F and type :Kick().

If you have any requires or getfenvs, delete them as well, I would save a copy whilst doing this incase you end up affecting core functions of your game.

If that was the case, then the creator would know not to delete it. It’s common sense.

But say if someone who doesn’t know anything about studio read that, they would delete all the scripts that have :Kick() in it, which if it’s from some admin system, it would break

If that were the case, they wouldn’t have an admin system.
If they have a toolbox admin system, it would require a module.
Again, common sense.