Template:Function

From Legacy Roblox Wiki
Revision as of 03:51, 23 April 2010 by >Anaminus (changed red/white to compliment border color)
Jump to navigationJump to search
[[{{{name}}} (Function)|{{{name}}}]]( {{{arguments}}} )
Returns {{{returns}}}
Description: {{{description}}}
In Object: {{{object}}}


Example Usage

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