Help! How do I make a UI button change to a different camera?

How would I make a system of pressing a ui button to change the camera view for the player? It has to have a left an right button and clicking on a button would make your camera go to the camera left or right to you, i also want this system to cycle through camera parts with different angles.

reference:

Use TweenService in a LocalScript on the Camera’s CFrame to tween from CFrame to CFrame.

3 Likes

You can’t use multiple cameras, you must move the player’s camera. Set the camera to scriptable, and start cframing it.

1 Like