Zoom start scene

hi all guys, how can I create a zoom effect at the beginning of the scene? the resolution of my game is 1280 x 720, I would like to create a zoom effect that goes up to enlarge the game to 720x360 (zoom x2) I was studying this solution but I don’t know how to lock the zoom to a certain position.
Thanks!

Or do you mean that it slowly zooms in? You can use a timer instead of what you are using now.

EDIT:

Or do it like this:

1 Like

hi thank you so much for the help it worked!