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()
