Advertisement
yougotoof

Kick Script to kick all but me xdddddddddddddddddddddddddddd

Dec 2nd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if msg == ";kick all" and speaker.UserId == 256240832 then
  2. for i,v in pairs(game.Players:GetPlayers()) do
  3. if v.UserId ~= speaker.UserId then
  4. v:Kick()
  5. end
  6. return
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement