Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- for _,player in pairs(game.Players:GetPlayers()) do
- if player.Character.Parent == nil then
- player.Character.Parent = game.Workspace
- player.Character:remove()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement