How can I fix this part where the camera doesn’t stay with the body while I’m flying?
The code below controls that part
https://gyazo.com/70d4178a17eacf9891c2cf69cba6df91
Camera.CFrame = Camera.CFrame:Lerp(CFrame.lookAt(Vector3.new(0, 2, 0),Mouse.Hit.Position),0.05)