Template:Function

From Legacy Roblox Wiki
Revision as of 04:13, 15 August 2007 by >Mr Doom Bringer
Jump to navigationJump to search
Function
Syntax{{{name}}}( {{{arguments}}} )
Returns{{{result}}}
Description: {{{description}}}
In Object:{{{object}}}


Example Usage

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