Advertisement
Caldona

Zombie Respawn Scripts

Apr 1st, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. name = "Humanoid"
  2.  
  3. robo = script.parent:Clone()
  4.  
  5. while true do
  6. wait(10)
  7. if script.parent.Humanoid.Health<1 then
  8. robo = robo:Clone()
  9. robo.Parent = script.Parent.Parent
  10. robo:makeJoints()
  11. script.Parent:remove()
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement