Skip to main content

Item Attributes

Block Name
BlockDescription
Grabbable
Start
Output whether the Object can be grabbed by the player.
Interactable
Start
Output whether the Object can be interacted with.
Is Showing
Start
Output whether the Object should be shown or hidden.
Set Grabbable
Start

Set whether the Object can be grabbed by the player.

  • Enable: Boolean value specifying whether the Object can be grabbed by the player.
Set Interactable
Start

Set whether the Object can be interacted with.

  • Enable: Boolean value specifying whether the Object can be interacted with.
Set Is Showing
Start

Set whether the Object should be shown or hidden.

  • Enable: Boolean value specifying whether the Object should be shown or hidden.
Is Grabbed
Start
Output whether the Object is currently grabbed by the player.
Get Item Has Tag
Start

Output whether the target Object has the specified instance tag.

  • Target: The Object to check.
  • Tag: The instance tag to check for.
Change Instance Tag
Start

Change the instance tag on the target Object.

  • Target: The Object whose instance tag will be changed.
  • From Tag: The current instance tag to replace.
  • To Tag: The new instance tag.