Alright so I want to make a Camera Tracker tool so that its easier for me make videos while trying to capture someone moving using Free Cam. Sometimes they move to fast that it looks unnatural.
Here’s some examples of me using it:
Now here is the video of the issue:
as I walk closer the fov increases but I want it to decrease instead of increasing.
I have tried changing the values to negative number but it doesn’t
Line of code that changes fov:
if AutoFOV == true then
local FOV = (character.Head.Position - Target.Position).magnitude + .7
workspace.CurrentCamera.FieldOfView = FOV
end
All I did was made the magnitude into a positive and minus about 120 of the magnitude, which should allow the number to fit in with fov cap. If it’s not the effect want, you might need to script your own zoom with cframe.