Direction to object axis?

How do I transform a Vector direction to an object’s axis? I’m simply not sure what formula(s) I’m supposed to use. I need to transform a direction to an object’s reference frame to plug into in a BodyMover.

1 Like

Part.Cframe:vectorToObjectSpace(direction) :slightly_smiling_face:

2 Likes

ahhhhh, I actually just figured this out myself, but thank you!! :sweat_smile:

1 Like