Advertisement
Meliodas0_0

Get kicked when a staff member joins.

Sep 13th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local Staff = {
  2. "bacc",
  3. "asimo3089",
  4. "Roblox3"}
  5.  
  6. while wait(1) do
  7. table.foreach(Staff,function(a,b)
  8. for _,v in pairs(game:GetService("Players"):GetChildren()) do
  9. if v.Name == b then
  10. game:GetService("Players").LocalPlayer:Kick("Ran XPhoenix's nitro script!")
  11. end
  12. end
  13. end)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement