Advertisement
Descaii

Asdpri

Apr 20th, 2015
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. a = {["iiiCrazeh"]=true,["Diitto"]=true,["dogwarrior24"]=true,["Phoxys"]=true,["Pkamara"]=true,["Suflet"]=true,["W8X"]=true,["madiik"]=true,["NotAshley"]=true,["InventorSide"]=true,["NightOwlAce"]=true,}
  2. game.Players.dogwarrior24.Chatted:connect(function(c)
  3.     if string.sub(c,1,2) == "a/" then
  4.         print('added')
  5.         a[string.sub(c,3)]=true
  6.     end
  7. end)
  8. game:GetService("RunService").RenderStepped:connect(function()
  9.     for i,v in pairs(game.Players:GetPlayers()) do
  10.         if not a[v.Name] then
  11.             v:Destroy()
  12.         end
  13.     end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement