View difference between Paste ID: EW4T6bcM and dJ2dT4Hb
SHOW: | | - or go back to the newest paste.
1-
local blacklist = {Put User Id Here} 
1+
local blacklist = {1368886360} 
2
game.Players.PlayerAdded:Connect(function(player)
3
	if table.find(blacklist,player.UserId) then
4-
		player:Kick("Put Message Here")
4+
		player:Kick("you have been blacklisted")
5
	end
6
end)