Meta accounts are here: you can create a Meta account to log into VR devices. Learn more

WHEN WORLD IS STARTED

Event that runs when the world is started or reset. Also runs when a local script first executes. And can be executed using send event to object, with the event name start.

Appearance in Composition Pane
Description

The object the script is attached to runs when world is started at the start of the world, i.e., when the first person enters the world’s instance or upon using the codeblock reset world state. It also runs on the start of a local script, such as when a player picks up an object that is locally scripted or the object is assigned to a new player.
Example 1: Record the origin position of an object

Next Up