How can I switch between 2 separate cameras?

I’m making a game where you can switch between 2 characters. I’ve been trying to do it, but I can’t quite get it. If someone could help, that would be awesome.

I would probably do something like the following:

  1. Remove any existing camera behaviors
  2. Make a new object, called “camera”
  3. Put a camera behavior block on the camera object
  4. Move the camera object block to whatever player/object you want the view to focus on

There’s an example of something similar on the examples page: https://flowlab.io/game/play/810630

Thanks