Point part in direction of another part

Iv done it before I just suck at remembering.
image

1 Like

just use CFrame’s orientation paramater.

part.CFrame = CFrame.new(part.CFrame.Position, plr.Character.Torso.CFrame.Position)
5 Likes

Use this CFrame.lookAt(Origin: Vector3, LookAt: Vector3) -> CFrame.