use TweenService
it would look like:
game:GetService("TweenService"):Create(camera, TweenInfo.new(1, Enum.EasingStyle.Quint, Enum.EasingDirection.Out), {CFrame = zoomToThisCFrame}):Play()
use TweenService
it would look like:
game:GetService("TweenService"):Create(camera, TweenInfo.new(1, Enum.EasingStyle.Quint, Enum.EasingDirection.Out), {CFrame = zoomToThisCFrame}):Play()