Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 915 Bytes

wait-for-child.md

File metadata and controls

70 lines (47 loc) · 915 Bytes
description layout
Wait until the given object has a child with the given name, and then run the connected blocks.
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Wait For Child

Description

Wait until the given object has a child with the given name, and then run the connected blocks.

Available to

  • Scripts
  • LocalScripts
  • Yields

Inputs

Parent (Object)

You give the path to an object.

  • Can use Variable
workspace

ChildName (String)

You give the block the Name of a object that you are looking for.

  • Can use Variable
Tree

TimeOut (Number)

  • Can use Variable
5

Outputs

Result (Object)

You give the block the variable you want the found object to be saved to.

TreeModel