Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 649 Bytes

loop-through-children.md

File metadata and controls

48 lines (34 loc) · 649 Bytes
description layout
Iterates through all the children of an instance.
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Loop Through Children

Description

Iterates through all the children of an instance.

Available to

  • Scripts
  • LocalScripts
  • Yields

Inputs

Object (Object)

The instance whose children will be looped through.

  • Can use Variable
ExampleTable

Outputs

Child (Variable)

The current child of the instance that is being looped through.

TableIndex