Advertisement
astronaut32

tingy

May 31st, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. local usermodel = game.Workspace.PabloRV
  2. local torsop = usermodel.Torso.Position
  3.  
  4. if usermodel.Humanoid.Health < 50 then
  5.  
  6.  
  7.     usermodel.Head.Brickcolor = BrickColor.random
  8.     wait(0.2)
  9. loop(math.huge)
  10.  
  11.     if usermodel.Humanoid.died then
  12.         Instance.new("Explosion",usermodel.Torso)usermodel.Torso.position = torsop
  13.     end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement