Basically what I am trying to do is make the camera go in and out, but for some reason it's not working. I'm using FieldOfView and here is my code:
while true do workspace.CurrentCamera.FieldOfView = 10 wait(1) workspace.CurrentCamera.FieldOfView = 70 wait(1) end
What the code is doing in my game is ABSOLUTELY NOTHING!
Are you using a local script or server script and where did you place the script? I tested it out using a local script and added it in StarterPlayerScripts and it seemed to work fine.