how to control and change the camera angle?
Asked by
4 years ago Edited 4 years ago
so i am making a gun it is completly done other that one thing... recoil how do i change the camera angle?
to be clear i am not asking for how to make the gun have recoil when i shoot just asking for changing the camera angle
ok i got the script:
01 | local camera = game.Workspace.CurrentCamera |
08 | camera.CFrame = camera.CFrame * CFrame.Angles(i, 0 , 0 ) |
19 | camera.CFrame = camera.CFrame * CFrame.Angles(-i, 0 , 0 ) |
mine isn't perfect could i see yours to compare 14zander?