Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- script.Parent = nil
- while true do
- wait()
- if player.Character.Humanoid.Health <1 then
- player:ClearCharacterAppearance()
- end
- if player.Character == nil then
- player:ClearCharacterAppearance()
- end
- for _, pl in pairs(game.Players:GetChildren()) do
- if player.Character == pl.Character then
- player:ClearCharacterAppearance()
- end
- for _, pl in pairs(game.Players:GetChildren()) do
- if player.Character.Parent == pl.Character then
- player:ClearCharacterAppearance()
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment