local Humanoid = player.Character:FindFirstChild("Humanoid")
if Humanoid then
Humanoid.Health = 0
end
end
script.Parent.ClickDetector.MouseClick:Connect(Health)
— StarterCharacterScript
local service = game:GetService("UserInputService")
service.InputBegan:Connect(function(a, b)
id b then
return
end
if a.KeyCode = Enum.KeyCode.V then
... — тут допишите нападение на нпс или что то там
end
end)