How would you determine look vector 90 degrees to the side of an object?
If you rotate the CFrame 90 degrees to the side before taking the lookVector the lookVector will then be pointing in that direction:
(cframe * CFrame.Angles(math.pi/2,0,0)).lookVector