- game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
- if key == "any button you want to bind it to here" then
- local args = {
- [1] = true
- }
- workspace.Events.Vampire.Abilities.Diamondskin.Diamondskin_Activate:FireServer(unpack(args))
- end
- end)