I'm making a vehicle and I want the camera to be attached to the inside of the car, but I don't know any camera properties that allows me to do this, I've tried to make a loop that sets the coords to the car but it is just glitchy. I don't want to have to set my camera to Lockfirstperson and put my character in the car. I want to be able to weld the camera to a brick, if there is anyway to do something like that please do tell. Does anyone know someone that is good with camera manipulation that can help me??
Use Camera.CameraSubject
ex.
local Camera = game.Workspace.CurrentCamera Camera.CameraSubject = Workspace.Part