null
nil
-
FOVBox
-
true
4278190080
0
4282795590
1
true
false
false
1
5
false
FovBox
1
-155
1
-105
0
150
0
30
0
70
4294967295
true
4278190080
1
0
true
2
1
true
1
-
false
4294967295
1
4279970357
1
false
false
2
5
Title
0
0
-1
-10
1
0
1
0
0
Change FOV
4294967295
true
4278190080
0.75
0
true
2
1
true
1
-
false
ChangeFOV
script.Parent.FocusLost:connect(function(enterpressed)
if enterpressed and tonumber(script.Parent.Text) then
workspace.CurrentCamera.FieldOfView = tonumber(script.Parent.Text)
end
end)