So I have a pet that is a humanoid because I need it to play animations and wear hats etc. I put a forcefield on it to ensure it can’t die, but the roblox free model drooling zombie attacks and kills it. I didn’t take a video of it, but the pet breaks apart and dies sometimes too.
Why is this happening? Video shows the humanoid taking damage in the explorer.
The NPC has a property called AttackMode based on the Tagging System which you use to set what the NPC attacks.
*** EDIT **** ForceFields only protect the Humanoid from damage from TakeDamage. This link includes how to set up the ForceField correctly to protect the Humanoid.