Camera CFrame Sync With BodyGyro

Hello, I’ve ran into a problem where I want to sync/replicate a part’s BodyGyro’s position but im confused on how I’m gonna do that. Please help

Code:

	local Camera = workspace.CurrentCamera
	local BodyGyro = workspace:FindFirstChild('Cameras').Camera.BodyGyro
	-- Set CFrame --
end)

A bodygyro is already repliacted, do you mean have the part be controlled soley by the BodyGyro CFrame?

I want to basically sync the players camera. With the body gyro’s cframe

Or its lookvector* Where the front of the part is facing. Makes a little more sense