How to make bottom facing of a part LookAt another part?

I’m using CFrame.LookAt to make a part look at another but the problem is I want the bottom of the part to face the part given but CFrame.LookAt makes the front of a part face another part

1 Like

There’s no way to adjust what surface lookAt picks to face the part but you can simply rotate the part after using lookAt to make the part’s bottom face the part instead

1 Like