Template:Function: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
This needed to change
>Mr Doom Bringer
This needed to change
(No difference)

Revision as of 05:08, 15 August 2007

Function
Syntax{{{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
|}}