Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help rotate a Part off of a point?

Asked by 9 years ago

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?

Answer this question