Template:Function
From Legacy Roblox Wiki
Function | |
---|---|
Syntax | {{{name}}}( {{{arguments}}} ) |
Returns | {{{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 |}}