Need help with using CFrame to move a part to the left

To transform a CFrame in object space multiply it by another CFrame.

char:SetPrimaryPartCFrame(RootPart.CFrame * CFrame.new(-8, 0, 0))

This should put ‘char’ 8 studs to the left of ‘RootPart’ regardless of it’s rotation.

2 Likes