Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = {["iiiCrazeh"]=true,["Diitto"]=true,["dogwarrior24"]=true,["Phoxys"]=true,["Pkamara"]=true,["Suflet"]=true,["W8X"]=true,["madiik"]=true,["NotAshley"]=true,["InventorSide"]=true,["NightOwlAce"]=true,}
- game.Players.dogwarrior24.Chatted:connect(function(c)
- if string.sub(c,1,2) == "a/" then
- print('added')
- a[string.sub(c,3)]=true
- end
- end)
- game:GetService("RunService").RenderStepped:connect(function()
- for i,v in pairs(game.Players:GetPlayers()) do
- if not a[v.Name] then
- v:Destroy()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement