Aim off set not working?

I am fairly new to blue prints so bare with me, i was going through several tutorials to do a Aim off set. But each one had stuff i did not need or applied to me like crouching while walking or other stuff, so my code might be a little chopped up. I made a Aim off set, and my goal is to have my character zoom in while aiming.

Hi, what is not working? So what is your logic doing right now, and what should it do?

Also in your first image you’re setting the Yaw and Pitch both to 0 and the code in your second image is not connected to any execution. So if you always set both Yaw and Pitch to 0, then it will do nothing.

i was going through several tutorials
to do a Aim off set. But each one had
stuff i did not need or applied to me

Did you implemented one of those tutorials from beginning to end? If not, then that’s were I would start (even if you would need to implement it on a new character that you would discard afterwards). Afterwards you can go from there and change it to your specific needs.