Template:Function

From Legacy Roblox Wiki
Revision as of 23:17, 14 August 2007 by >Gamer3D (Made this functions template.)
Jump to navigationJump to search
Function
Syntax{{{name}}}( {{{arguments}}} )
Result{{{result}}}
Description: {{{description}}}
In Object:{{{object}}}


Example Usage

{{Function|
name                  = findFirstChild
|arguments            = [[String]] Name
|result               = [[Instance]] ''found object''
|description          = Returns the first child found with a name of ''Name''.
|object               = Global
|}}