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

WHEN INDEX TRIGGER IS RELEASED

Event that runs when the index trigger on the controller is released.

Appearance in Composition Pane
Description

This event executes when a player releases the index trigger button on their controller when holding the object that the script is attached to.
Parameters

player
The player holding the object.


PREREQUISITE READING

WHEN INDEX TRIGGER IS PRESSED precedes this tutorial


Example 1: Set a boolean

This script sets boolean indexpressed to false for use elsewhere in the script gizmo.

Next Up