#camera fov change help

15 messages · Page 1 of 1 (latest)

ionic ice
#

tween the value

visual fractal
#

didnt know that

ionic ice
#

you can tween the fov value

visual fractal
#

liek tween out

#

like easing style out

ionic ice
#
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

visual fractal
#

oh okay

#

but cn i just type the one letter T

#

or type Play:(T)

#

or smth

ionic ice
#

it would be T:Play()