How can I zoom when aiming?
because I did one more or less but when I walk and point it gets buged.
The video shows the camera’s CFrame moving into a position when aiming, but you are asking for a simple zoom. A zoom can easily be achieved with the camera’s Field of View (FOV) property, but if you wanted to set the camera’s CFrame to a ‘zoomed’ position you could just update the position every render step instead of when the user first zooms in.