Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name = "Humanoid"
- robo = script.parent:Clone()
- while true do
- wait(10)
- if script.parent.Humanoid.Health<1 then
- robo = robo:Clone()
- robo.Parent = script.Parent.Parent
- robo:makeJoints()
- script.Parent:remove()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement