Advertisement
SmokeDelsin

fgggy

Jun 6th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Face=script.Parent.Head.face
  2. Dead=false
  3. function OnDied()
  4. Dead=true
  5. Face.Texture="http://www.roblox.com/asset/?id=201119984"
  6. end
  7. script.Parent.Humanoid.Died:connect(OnDied)
  8. while Dead==false do
  9. wait(math.random(1,4))
  10. if script.Parent.Humanoid.Health~=0 then
  11. Face.Texture="http://www.roblox.com/asset/?id=201119984"
  12. wait(0.1)
  13. if script.Parent.Humanoid.Health~=0 then
  14. Face.Texture="http://www.roblox.com/asset/?id=201119984"
  15. end
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement