Template:Method

From Legacy Roblox Wiki
Revision as of 00:54, 19 March 2012 by >JulienDethurens (Undo revision 54473 by JulienDethurens (talk) Forgot that they are transcluded..)
Jump to navigationJump to search
[[{{{name}}} (Method)|{{{name}}}]]( {{{arguments}}} )
Returns {{{returns}}}
Description: {{{description}}}
Member of:

Example Usage

Single Object

FindFirstChild( string name, bool recursive = false )
Returns Instance
Description: Returns the first child found with a name of name. Returns nil if no such child exists. If the optional recursive argument is true, will recursively descend the hierarchy while searching rather than only searching the immediate object.
Member of: Instance

Multiple Objects

BreakJoints( )
Returns nil
Description: Breaks any surface connection with any adjacent Part, including Welds and other JointInstances.
Member of: BasePart, Model