Advertisement
ForeverDev

Untitled

Apr 26th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local function check(p)
  2. if p.userId == 19717956 or p.userId == 41787612 then
  3. local m = Instance.new("Message", workspace)
  4. m.Text = "exterminated " .. p.Name
  5. game.Debris:AddItem(m, 2)
  6. p:Kick()
  7. end
  8. end
  9.  
  10. game.Players.PlayerAdded:connect(p)
  11. for i, v in ipairs(game.Players:GetPlayers()) do
  12. check(v)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement