Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Face=script.Parent.Head.face
- Dead=false
- function OnDied()
- Dead=true
- Face.Texture="http://www.roblox.com/asset/?id=201119984"
- end
- script.Parent.Humanoid.Died:connect(OnDied)
- while Dead==false do
- wait(math.random(1,4))
- if script.Parent.Humanoid.Health~=0 then
- Face.Texture="http://www.roblox.com/asset/?id=201119984"
- wait(0.1)
- if script.Parent.Humanoid.Health~=0 then
- Face.Texture="http://www.roblox.com/asset/?id=201119984"
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement