VH3 Play voicelines Vampire Hunters 3

Script Credit :- VampireKiller
Features
Script
--BROUGHT TO YOU BY RobloxScripter.com!--

game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key) if key == "any button you want to bind it to here" then local args = { [1] = "any voiceline from Description here" } workspace.Events.Effects.SayVoiceline:FireServer(unpack(args)) end end)