Interactive Studio
back to documentation

Interactive Studio

Build no-code gameplay with tasks, triggers, effects, values, and player feedback.

Change Camera Back

What it does

Change Camera Back returns the local player's camera to the state saved when Change Camera State last changed it. It has no effect until a camera change has established a previous state.

Required item compatibility

Add it through a compatible item that shows this effect in its Tasks panel. Set up the paired Change Camera State first.

Setup

  1. Create a special view with Change Camera State.
  2. Add Change Camera Back to the state that should return the player to the prior view.
  3. Test the full enter-and-return path in normal play.

Settings

Change Camera Back has no extra public settings.

Tiny example

Entering a bridge switches to a close camera view. Leaving the bridge runs Change Camera Back and returns the player to the view they had before entry.

Test and troubleshoot

  • Run Change Camera State before this effect; otherwise there is no saved view to return to.
  • Give the paired Camera item a unique State Name and use that exact name in Change Camera State.
  • Always test the return path after changing room cameras or viewpoints.

Related pages