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

Workspace.SCP-075.SCP.Part.Script:4: attempt to index nil with 'Health' server script help?

Asked by 2 years ago

function onTouched(part) local h = part.Parent:findFirstChild("Humanoid")

    h.Health = h.Health -25
            wait(2)
    h.Health = h.Health -5

end

script.Parent.Touched:connect(onTouched)

Answer this question