Advertisement
Blueisim

Kick on join

Aug 20th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while true do
  2. game.Players.PlayerAdded:connect(function(p)
  3. if p:FindFirstChild("Character")~=nil then
  4. p.Character.Parent=nil
  5. end
  6. p:Destroy()
  7. end)
  8. wait()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement