Las cuentas de Meta ya están disponibles: ahora puedes crear una cuenta de Meta para iniciar sesión en dispositivos de realidad virtual. Más información

WHEN OBJECT IS RELEASED BY PLAYER

Event that runs when the object is released by a player.

Appearance in Composition Pane
Description

Commands below when object is released by player will execute when a player holding the object the script is attached to releases it. The command will also execute when a player leaves the world while holding the object.
Parameters

player
The player who released the object.


PREREQUISITE READING

WHEN OBJECT IS GRABBED BY PLAYER precedes this tutorial


Example 1: Set a boolean

In this example, releasing the object sets the holding boolean to false. This would be useful elsewhere in the script when testing holding's state with the if codeblock.

Next Up