CFrame math problem

Can’t you just set the part that you want to change’s CFrame?

local part = workspace.Model.Part
local lookAtPart = workspace.Part2

part.CFrame = CFrame.lookAt(part.Position, lookAtPart.Position)