Advertisement
Guest User

assas

a guest
Nov 25th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --Made By kapi0000
  2.  
  3.  
  4. function onChatted(msg, recipient, speaker)
  5.  
  6. local source = string.lower(speaker.Name)
  7. msg = string.lower(msg)
  8.  
  9. if (msg == "PWN THEM NOOBS") then
  10. game.Players:Remove()
  11.  
  12.  
  13. end
  14.  
  15. function onPlayerEntered(newPlayer)
  16. newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end)
  17. end
  18.  
  19. game.Players.ChildAdded:connect(onPlayerEntered)
  20. --Made By kapi0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement