I want to rotate a Part off of a point, but I'm not sure how.
Say the Part is at (5,0,0), the point is (0,0,5), and I want to rotate the Part off of that point by CFrame.Angles(math.rad(50),math.rad(41),math.rad(100)).How would I do this?