Multiplayer camera

Since the new multiplayer update .I have a problem with camera follow. How do i make a camera follow only its player and not player 2 since both player 1 and 2 have the camera behaviour so it tries to follow both players on both screens

Don’t follow the player with the camera. Add a new hidden sprite that the camera focuses on. Use the sticker extension to stick that object to the player character that should be followed.

You’ll have one set of camera-follow-the-object events for both players. The only difference will be at start up, when you attach the object to the player.

Can send me screenshot of it. I don’t understand the events