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)
2 Likes
ahhhhh, I actually just figured this out myself, but thank you!!
1 Like