#camera fov change help
15 messages · Page 1 of 1 (latest)
local Properties = {FieldOfView = 100} (change the number to what u want)
local Info = TweenInfo.new(0.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut) (Change these values to what you want)
local T = game:GetService("TweenService"):Create(game.Workspace.CurrentCamera, Info, Properties)
and just play it when you need too
change the variable names to what u want
it would be T:Play()