I need to change the position of a camera this is for a viewport camera
camera.CFrame.new(999,999,999)
whole of script
local camera = Instance.new("Camera")
camera.Parent = script.Parent.ViewportFrame
local b = game.Workspace.Map:Clone()
b.Parent = script.Parent.ViewportFrame
camera.CFrame.new(999,999,999)