How do I move the camera while zoomed in?

So right now I have the camera zoomed in on a spot. What I’m trying to do move the camera down, without zooming in or out. I think it’s similarly done when some stories will zoom in on a character’s feet, and then move the camera up to their face. It’s pretty much the same thing. Help is appreciated :grin:

2 Likes

So you just need to change the y value for the zoom to go up and down.

Zoom Code:
@/&zoom on x y to #% in #

Example:
@zoom on 25 100 to 250% in 0
@zoom on 25 200 to 250% in 2

3 Likes

It worked!! :blush: tysm