How do I make camera zoom in/out without FOV?

Hello there, Im messing around with the camera and I want to know how I can make it zoom in/out without using the “Field Of View” property. I have tried using tweens but the same issue persists where it wont follow the character. Please help if you can and thank you.

Current Code (Does Not Work)

	local tween1pos = game:GetService("TweenService"):Create(camera, TweenInfo.new(3.0, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {["CFrame"] = camera.CFrame * CFrame.new(0,3,0)})
	tween1pos:Play()

Hello, Make 1 part, and then make another part where you want the camera to zoom, then similar to your script now, have the camera cframe to tween to the next part, that way it moves the camera without using FOV, hope this helps :grinning_face_with_smiling_eyes: