Advertisement
Navarone19_CH

Respawn

Mar 1st, 2019
11,278
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 1 0
  1. name="Humanoid"
  2.  
  3.  
  4.  
  5. robo=script.Parent:clone()
  6.  
  7.  
  8.  
  9. while true do
  10.  
  11. wait(10)
  12.  
  13. if script.Parent.Humanoid.Health<1 then
  14.  
  15. robot=robo:clone()
  16.  
  17. robot.Parent=script.Parent.Parent
  18.  
  19. robot:makeJoints()
  20.  
  21. script.Parent:remove()
  22.  
  23. end
  24.  
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement