The title says it all.
Well, you basically need to change the cameratype. If I remember right, you should be able to do it in studio from Workspace properties.
Here is the list of types and what they do: https://developer.roblox.com/en-us/api-reference/enum/CameraType
repeat wait() camera.CameraType = Enum.CameraType.Scriptable until camera.CameraType == Enum.CameraType.Scriptable camera.CFrame = CFrame.new(10,10,10)