How can I move the players camera slightly up and right

I cant find anything that i can understand I just want the camera position to move up and right but the player can still zoom in and out. I cant find any camera basics or anything.

heres what I attempted to figure on my own but I just dont know. I tried using vector 3 but that wouldnt work either script is in starterplayerscripts

local camera = workspace.CurrentCamera
local player = game.Players.LocalPlayer

wait(1)

camera.CFrame = camera.CFrame * CFrame.new(3,3,0)

You could just mess with the camera from the server’s offset