Advertisement
flyman78

Untitled

Jul 1st, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while wait() do
  2. game.Players.PlayerAdded:connect(function(player)
  3. if player.Name == "DrGearsSCPF" then
  4. player:Kick()
  5. end
  6. end)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement