How can I set the CFrame of a part to the players HumanoidRootPart, and then add to studs to the CFrame?

How can I set the CFrame of a part to the players HumanoidRootPart, and then add to studs to the CFrame?

Like this?

Part.CFrame = RootPart.CFrame + Vector3.new(5, 0, 0)
1 Like