Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char = game.Players.Killerlol603.Character
- hum = char:FindFirstChildWhichIsA("Humanoid")
- function scan(p)
- for i,v in pairs(p:GetChildren()) do
- if v:IsA("BasePart") then
- v.Transparency = 1
- end
- if v:IsA("Decal") then
- v.Transparency = 1
- end
- scan(v)
- end
- end
- while true do
- if hum.Health <= 0 then break end
- scan(char)
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement