#How do i put the FOV from moon animator into a script
1 messages · Page 1 of 1 (latest)
you would do for _, intValue in ipairs(folder:GetChildren()) do
then it will loop through the folder top to bottom as the values shown
As for playing an animation with those values if the values in the folder is like the FOV of each frame then you can probably set the cameras FOV to the intValue.Value then just do a task.wait()
Do I use runservice?
yeah thad be good actually