Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Banlist script by TheeDeathCaster
- banned={"CrimsonSword321","starwarslightsaber1","niknislol","Om3gapro5ooo","deadpool3652","KeroroGunso2016","penguin0616","Control22"}--Add the names of people you dont want allowed in the game.
- function oe(ack)
- if ack.className=="Player"then return end
- for i=1,#banned do
- if string.lower(ack.Name)==string.lower(banned[i])then
- ack:remove()
- return
- end
- end
- end
- game:service("Players").ChildAdded:connect(oe)
- c=game:service("Players"):children()
- for e=1,#c do
- oe(c[e])
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement