ゾンビモデルから移植した「Configuration」でダメージや攻撃範囲、「NPC」スクリプトで移動スピードなどを設定します。 これにより、NPCの動きや攻撃特性を細かく調整することが可能です。 AttackDamageを0にすると、かまれても痛くない。 Radiusは範囲です。
local npc = script.Parent -- This assumes the script is attached to the NPC model. 'script.Parent' refers to the model containing this script. local humanoidRootPart = ...