Please like the basic The first and easiest
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question. Why was this question closed?
Here is a lava brick script
function onTouched(part) local h = part.Parent:findFirstChild("Humanoid") if h~=nil then h.Health = 0 end end script.Parent.Touched:connect(onTouched)
Closed as Too Broad by AxeOfMen and evaera
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.
Why was this question closed?