How do I set a part in front of player camera?

Im making a VR game, and came around using a part for the GUI, but now the part wont position in front of the player like face them at all times.

Video of issue:
video

Heres my code:

characterModel.inputs.Position = (camera.CFrame*CFrame.new(HeadCF.p*camera.HeadScale))*CFrame.fromEulerAnglesXYZ(HeadCF:ToEulerAnglesXYZ()).p + Vector3.new(0, 0, 5)

cant you just use camera.CFrame.LookVector???

nope doesent work since im using VR

1 Like

Look vector works in vr, I used it for my movement system