FindFirstChild (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Gamer3D
Added the findFirstChild function.
>Mr Doom Bringer
No edit summary
Line 1: Line 1:
{{Function|
{{Function|
name                  = findFirstChild
name                  = FindFirstChild
|arguments            = [[String]] Name
|arguments            = [[String]] Name
|result              = [[Instance]] found object
|result              = [[Instance]] ''found object''
|description          = Returns the first child found with a name of ''Name''. Returns ''nil'' if no such child exists.
|description          = Returns the first child found with a name of ''Name''. Returns ''nil'' if no such child exists.
|object              = Global
|object              = Global
|}}
|}}

Revision as of 23:59, 14 August 2007

FindFirstChild( String Name )
Returns nil
Description: Returns the first child found with a name of Name. Returns nil if no such child exists.