How can I get my viewport to look like this?

I’m trying to make a ViewportFrame watch the character which I already have scripted and it looks weird and the angle look like its pointed slighty up from the character. Im wondering how I can make a viewport look like this
image
instead of this
image

current offset:

local offset = CFrame.new(0,2,-5)
1 Like

do

local offset = CFrame.new(0,2,-5) * CFrame.Angles(0,8,20)

this seems to do nothing [(30charcharcharchar)]