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

How do I make a face other than the LookVector look at a point?

Asked by
Aeventy 20
3 years ago

When I use

part.CFrame = CFrame.new(part.Position, pointToLookAt),

it makes part's front face look at pointToLookAt.

How would I make other faces other than front look at pointToLookAt?

Answer this question