How do I set a top-down camera to rotate on command?

I’m trying to make a top down game, and I would like to set the camera up to be able to rotate around the player character when you press ‘Q’ and ‘E,’ and I’ve been searching for days for a way to do that. Everything I’ve found is out of date and the specific controls have changed or don’t work, can anyone help me out? Thanks!

Maybe like this:

Image from Gyazo

Axis Value pumps out -1/1 here.

1 Like

Ah yes, that worked great. Thank you so much!

recommend multiplying by deltatime and a speed variable so that different framerates don’t rotate at different speeds