Reseting camera

Hi I am looking to reset the camera when it reaches a certain height. It does not seem to be working?

1 Like

The problem is that you repeat π times. I guess you want to use ∞ instead.

But we introduced the “on update” block for those use cases which you can find in the “Events” category. Code inside “on update” will be executed for every frame and you don’t need the “pause for x sec.” block anymore. So your example would look like this:

4 Likes

Ah yes, makes sense, thanks so much!