My NPCs are R15 and don't take damage. Any suggestions?
Here's my script I gathered
script.Parent.Touched:connect(function(kill) pcall(function() kill.Parent['Humanoid']:TakeDamage(10) end) end)