roblox lava brick script function onTouched(part) local h = part.Parent:findFirstChild("Humanoid") if h~=nil then wait(0.001) h.Health = 0 end end script.Parent.Touched:connect(onTouched) roblox lava brick script