I’m trying to make an ADS effect, but for that I need to tinker with the camera a bit, and to be fair I have no clue how to edit the first person camera.
I need to slightly move the camera, and change the FOV, problem being I don’t know how to.
I’m trying to make an ADS effect, but for that I need to tinker with the camera a bit, and to be fair I have no clue how to edit the first person camera.
I need to slightly move the camera, and change the FOV, problem being I don’t know how to.
You need to set the camera’s mode, and then change it’s CFrame.
To get the camera:
local camera = workspace.CurrentCamera
This only works on the client
Why aren’t you changing your viewmodels position? Moving the camera sounds kinda weird to me but as far as I know you can achieve a smooth aim down sight using :lerp(). Maybe though I’m wrong because I’m not the most experienced in such frameworks.