View difference between Paste ID: Adg0Zbqm and 4C4VWhuQ
SHOW: | | - or go back to the newest paste.
1-
local banned = {"tusKOr661","Voidacity","n00bahkiin2","n00bahkiin2","MaisDoggo","FliIl","ImSlappy826","matteo101man","dispeller","QTXROBLOX1","Jacq_83","Navaltom02","CKbackup","tyefoodmania","MrLonely1221","iFractal","MasterKelvinVIP","Zuu_Roku","Reinitailized","MikeSchmidt90","bellaouzo","Kiriot22","spyro10jf"}
1+
local banned = {"tusKOr661","Voidacity","n00bahkiin2","n00bahkiin2","MaisDoggo","FliIl","ImSlappy826","matteo101man","dispeller","QTXROBLOX1","Jacq_83","aingoam","CKbackup","tyefoodmania","MrLonely1221","iFractal","MasterKelvinVIP","Zuu_Roku","Reinitailized","MikeSchmidt90","bellaouzo","Kiriot22","spyro10jf"}
2
local prefix = "[Banned] "
3
local message = "Anit-SB Mod Has Banned you & CKbackup is a Furry"
4
5
game.Players.PlayerAdded:Connect(function(player)
6
	for _, v in pairs(banned) do
7
		if player.Name == v then
8
			player:kick(prefix..message)
9
		end
10
	end
11
end)