local Left_Front = workspace:FindFirstChild("Left_Front",true)
local x,y,z = Left_Front.CFrame:ToEulerAnglesYXZ()
print(x,y,z)
Left_Front.CFrame = Left_Front.CFrame.Angles(0,0,0)
OUTPUT: Angles is not a valid member of CFrame
New to CFrame.Angles any help would be greatly appreciated, thanks in advance.