Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local banned = {"doryna2281337"}
- local prefix = "[fuck you]"
- local message = "kys"
- game.Players.PlayerAdded:Connect(function(player)
- for _, v in pairs(banned) do
- if player.Name == v then
- player:kick(prefix..message)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement