Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Tired of 120 field of view limit?

Asked by 1 year ago
local cam = workspace.CurrentCamera
local distort =  1

game:GetService("RunService").RenderStepped:connect(function() 
    cam.CoordinateFrame=cam.CoordinateFrame*CFrame.new(0,0,0,distort,0,0,0,distort,0,0,0,1)
end)

the less the distort, the more the fov. distor = 1 is normal fov.

0
I remember trying to figure that out for so long years ago and when I finally did, I felt like I busted a nut greatneil80 2647 — 1y

Answer this question