Interactive Studio
back to documentation

Interactive Studio

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

Move Item To Player

What it does

Moves the selected item to a position relative to the local player.

Required item compatibility

Select the item that should move.

Setup

  1. Select the item that should perform this effect.
  2. Add Move Item To Player to the task state where it should run.
  3. Configure the settings below and test the player path from the task’s starting state.

Settings

Setting What it means
Offset X, Y, Z Position offset from the player.
Offset From Player Direction Uses the player’s facing direction for the offset.
Match Player Rotation Rotates the item with the player.
Networked Shares the item movement with other players.

Tiny example

A guide marker moves two units in front of the player when the next step begins.

Test and troubleshoot

  • Test world-relative and player-relative offsets separately.
  • Enable Networked only when every player should see the same moved object.

Related pages