Switching different camera views

I have a character I want to change point Of view by default its in third person but I’m trying to have it where if I press x it goes into first person view and if I press x again it goes back to third person and then press h and it goes into another point of view like top down view.

Hi,

you can use SetViewTargetWithBlend for this.

You just have to define your cameras and the behaviour of it. But camera switching should as easy as to use this node.

-freakxnet