FindFirstChild (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Mr Doom Bringer
No edit summary
Line 1: Line 1:
{{Function|
{{Function|
name                  = FindFirstChild
name                  = FindFirstChild
|arguments            = [[String]] Name
|arguments            = [[String]] Name, [[Bool]] recursive
|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 00:08, 15 August 2007

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