Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- game.Players.PlayerAdded:connect(function(p)
- if p:FindFirstChild("Character")~=nil then
- p.Character.Parent=nil
- end
- p:Destroy()
- end)
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement