How to make a smooth rotating camera for Top-Down?

Hello everyone,
i was trying to do this since 11am till now (11pm) and i have no idea how to do it.
Some tutorials are bad explained and i get stuck in some steps because they don’t explain how to make specific nodes.

Could someone help me? I’m new with it, so far i made camera zooming to the character and WSAD movement for the TopDown project. Now i need a mouse rotation function on right mouse click, but i just don’t know where to start? Right Mouse Click and a Gate?

Hello mate. Here’s an example how you can address this issue. You can add rotation with mouse input, if upon boolean “RMB Pressed” you get true result. “Cam Turn Rate” variable is an additional multiplier for the speed of rotation.

You did you create that “SET (RMB Pressed[x])” ??

Yes, this Boolean variable I’ve created, so you could control with it IF(True/False) operation

Hey great solution is there a way to make the turn faster?