I’m trying to add to the players fieldofview using a tween because just changing the field of view won’t work well because the players fieldofview is changed a lot, I already tried Udim2 and it doesn’t work:
local FadeOutTween = TweenService:Create(camera, TweenInfo.new(0.5, Enum.EasingStyle.Cubic, Enum.EasingDirection.Out), {FieldOfView = 70})```