View difference between Paste ID: NUF6n6zP and h5ErZtfr
SHOW: | | - or go back to the newest paste.
1-
local banned = {"codboyheaney12"}
1+
local banned = {"jaystonon"}
2
local prefix = "[Banned] "
3-
local message = "You are banned from the server!"
3+
local message = "You are banned from the server!Noob XD skidd don't play this game again"
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)