Advertisement
astronaut32

self destruct

Aug 24th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local Playerm = game.workspace.PabloRV.Head
  2.  
  3. local Player = game.Workspace.PabloRV
  4.  
  5. if Player.Humanoid.died then
  6. Instance.new("Explosion", Playerm)Playerm.Explosion.Position = Player.Torso.Position end
  7.  
  8.  
  9.  
  10. function HealthChanged(h)
  11. if Player.Humanoid.Health < 50 then
  12. Player["Body Colors"].HeadColor = BrickColor.new("Bright red")
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement