Get the angle of a rope?

This is what I want:


how could I do this?

1 Like

math.asin((positionB - positionA).Unit.Y) will give the angle of elevation from A to B in radians

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.