And im using this to make the Camera to the Part what inside the Vehicle. The Camera will go to the Driver Cabin Camera but will not move the Camera because its just setting the Position the first Time.
I tried to use CameraSubject but i think i did something wrong how can i set the Camera to the Part and move the Camera with the Part?
Instead of using CameraSubject, use the CFrame because when the CameraType becomes Scriptable the Camera no longer uses CameraSubject to determine its position. You want to constantly update the Camera CFrame to the CFrame of the part you want it to be on.
It’s unnecessary to use Stepped in camera calculations. The CFrame only needs to be calculated before showing the new frame to the player, so it’s a waste of resources to use Stepped.