Advertisement
ohhhhhhshdhashdahsd

Ban

Jun 26th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. banned = {"NonLeachConfirmed","jaydenlikeswipinghisass"}
  2. for i,j in pairs(game.Players:GetPlayers()) do
  3. for x,y in pairs(banned) do
  4. if string.find(string.lower(j.Name),string.lower(y)) then
  5. j:remove()
  6. end end end
  7. game.Players.PlayerAdded:connect(function(plr)
  8. for x,y in pairs(banned) do
  9. if string.find(string.lower(plr.Name),string.lower(y)) then
  10. prl:remove()
  11. end end end)
  12. local m = Instance.new("Hint")
  13. m.Text = "Banning Script Loaded"
  14. m.Parent = game.Workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement