How to change this line to CFrame

this is my script

Character.HumanoidRootPart.StandPosition.Position = Vector3.new(0,0,-3)

i want to make it to CFrame and idk how to that

Character.HumanoidRootPart.StandPosition.CFrame = CFrame.new(0,0,-3)