Advertisement
Floridaz

Ban script ( Add names in ("") )

Jul 6th, 2015
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. Banned = ("LegendOfDarknees"),(""),(""),(""),("")
  3.  
  4. game.Players.PlayerAdded(function(player)
  5. if player.Name = Banned then
  6. wait(.5)
  7. Banned:Destroy()
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement