Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My arm didn't come back Idk why?

Asked by
duckyo01 120
8 years ago

I'm trying to make it so if you have any of your body parts off it will clone them back I just gave it a try with the right arm please help me fix this.

function onTouch(part)
    local Arm = script.Parent:FindFirstChild('Right arm')
    if Arm:Destroy = true then
        Arm:Clone()
    end
end
part.Touched:connect(onTouch)

Answer this question