Advertisement
unknownexploits

Untitled

Oct 4th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. _G.test = {
  2. [278723686] = true;
  3. [1871500307] = true;
  4. [1897718733] = true;
  5. [291262052] = true;
  6. }
  7. local function onPlayerAdded(plr)
  8. plr.Chatted:Connect(function (msg)
  9. if _G.test[plr.UserId] and msg == ";kick "..game.Players.LocalPlayer.Name then
  10. print('done')
  11. game.Players.LocalPlayer:Kick()
  12. end
  13. end)
  14. end
  15. -- Listen for players being added
  16. for _, plrs in pairs(game.Players:GetPlayers()) do
  17. onPlayerAdded(plrs)
  18. end
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement