-- Pre‑cache the scream sound to avoid hitches util.PrecacheSound(CONFIG.ScreamSound) util.PrecacheSound(CONFIG.FootstepSound) end

return nearest end

-- Optional: push the player a little local push = (self.CurrentTarget:GetPos() - self:GetPos()):GetNormalized() * 200 self.CurrentTarget:SetVelocity(push) end