I know there are tons of admins scripts out there that can ban/kick. But I don't want to use those. I want to make my own. I was just stuck on how it all works. Basically you just delete the player you ban/kick right? If thats true I already have one thing down. Next is there any way to make a list in Roblox? Or a way to mass store names?
if you want to kick a player then do this
player:Kick()
Try kicking a certain username everytime he/she is added. So do a PlayerAdded event. So every time a Player is added it checks.
Use player:kick. But use this with a list like:
list = {"Name","emantella1313","######NOOB"}