Question, How Do I Change From FirstPerson And Classic Camera?

So, I’m trying to Make the player’s Camera to start at firstPerson and then to the Classic Camera. I already have the "Start at FirstPerson" part down. This is how:

Screen Shot 2022-10-15 at 4.19.08 PM
Screen Shot 2022-10-15 at 4.20.01 PM

I Just don’t know how to Turn the Camera back into the classic Camera via script. all answers help.

local player = game:GetService("Players").LocalPlayer

player.CameraMode = Enum.CameraMode.Classic -- Change it to what u want.
2 Likes