Advertisement
Script_Master132

Kick When Admin Joins Phantom

Jun 18th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. local PFMods = {
  2. {"5725475"},
  3. {"1667819"},
  4. {"525919"},
  5. {"195329"},
  6. {"31137804"},
  7. {"607954"},
  8. {"9143169"},
  9. {"151207617"},
  10. {"92772916"},
  11. {"23385468"},
  12. {"182949342"},
  13. {"82909358"},
  14. {"14767289"},
  15. {"49900130"},
  16. {"2341355"},
  17. {"169009674"},
  18. {"15289468"},
  19. {"1437886"},
  20. {"4337002"},
  21. {"84565287"},
  22. {"25103014"},
  23. {"163601705"},
  24. {"170267821"},
  25. {"74036277"},
  26. {"187778150"},
  27. {"36715143"},
  28. {"5404275"},
  29. {"25941067"}
  30. }
  31.  
  32. game.Players.ChildAdded:Connect(function(player)
  33. if not pcall (function()
  34. if game.PlaceId == 292439477 then
  35. for _,v in pairs(PFMods) do
  36. if player.UserId == tonumber(v[1]) then
  37. game.Players.LocalPlayer:Kick("A MOD HAS JOINED YOU")
  38. end
  39. end
  40. end
  41. end) then
  42. warn("ERROR")
  43. end
  44. end)
  45.  
  46. print("autokick loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement