Thank you Cassius,
What i have done so far is ;
– i linked the 3d camera’s x,y,z positions to the 3d position of a moving 3d car’s null with below scripts
“thisComp.layer(“Car_Controller_NULL “).transform.position[0]
“thisComp.layer(“Car_Controller_NULL “).transform.position[1]
“thisComp.layer(“Car_Controller_NULL “).transform.position[2]
but for some reason, the camera goes faster than the car ? I cant know what mistake i did 🙁