of     1   

UndeleteTool
#118815931Wednesday, November 27, 2013 2:36 PM GMT

Head is not a valid member of Model
MettaurSp
#118852983Wednesday, November 27, 2013 10:55 PM GMT

Assuming it is with humanoids: function GetHum(par) if not par then return end for i,v in pairs(par:children()) do if v:IsA("Humanoid") and v.Health>0 then return v end end end if GetHum(model) then print(model.Head) end I like to put that function in any script that has damaging or humanoid manipulation for maximum compatibility so people can't just name their humanoid something else to protect it. o3o
lordrambo
#118853438Wednesday, November 27, 2013 11:00 PM GMT

I don't know why this thread is here. If Head is not a valid member of Model then Head is not a valid Member of Model. Seems pretty straightforward to me.
UndeleteTool
#119096564Saturday, November 30, 2013 11:14 AM GMT

It's a joke. When many NPCs are removed on death they cause an error as the script designer hasn't checked if the head is still there.

    of     1