Viewport Frame Camera Correction

This is how it currently looks


How can I make this like
Look forward? As in like
I don’t know face towards you like actual you not your avatar face outside your computer screen lmao
Here’s the current position

viewportCamera.CFrame = CFrame.new(Vector3.new(0, 2, 12), script.Parent.studyAssistant.HumanoidRootPart.Position)
viewportCamera.CFrame = viewportCamera.CFrame + Vector3.new(-10, 0, 0)

i am
like
god awful with cframes
so my apologies if this is like
a really easy fix

Instead of having a massive VPF going over the entire screen (bcuz I assume your trying to make a character viewer like Entry Point or Arsenal has it). just have a smaller viewport frame where you can position it where you want it on the screen.

i do have a smaller viewport its size is (.5, 0, .5, 0) its just that my problem is i cant orient the thing inside the viewport correctly