I am trying to face the camera to the front of the character.
Although, I either see nothing, or see the back of the character.
I have tried doing so many different things but with no success.
Attempted:
Try manually moving the character to workspace and then rotate it 180 degrees so that it faces the opposite way after that put it back to where it was before (under viewportframe) and run the script. It should work then.
This looks pretty close to what you want: ViewportCamera.CFrame = objectClone.Head.CFrame * CFrame.new(0, -0.25, -2.5) * CFrame.Angles(0, math.rad(180), 0)