InsertContent (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26 No edit summary |
>JulienDethurens No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|name = InsertContent | |name = InsertContent | ||
|protected = yes | |protected = yes | ||
|arguments = [[Content]] | |arguments = [[Content]] <var>url</var> | ||
|returns = [[Table]] | |returns = [[Table]] | ||
|description = Inserts a model from the item's URL. Used in | |description = Inserts a model from the item's URL. Used in group building. | ||
|object = Workspace | |object = Workspace}}</onlyinclude> | ||
[[Category:Methods]] |
Latest revision as of 01:08, 19 March 2012
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
InsertContent( Content url ) | |
Returns | Table |
Description: | Inserts a model from the item's URL. Used in group building. |
Member of: | Workspace |