How to move camera like a rollercoaster game?

I built a space with some house and there are some corridors.
How can I move camera automatically with coding? I am just a Basic User.

Hi @KerryChan!

To program camera movement you can make use of the move - block in the Transform -> Transitions category of CoBlocks. Here’s how:

  1. Add your camera item to CoBlocks in the item-inspector
  2. Open your code - tab and select CoBlocks
  3. Drag and drop the move - block from the toolbox into the workspace
  4. Make sure your camera item is selected in the block

Hope this helps!