LoadAsset (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer No edit summary |
>Camoy No edit summary |
||
Line 7: | Line 7: | ||
|object = [[RBX.lua.InsertService_(Service)|InsertService]] | |object = [[RBX.lua.InsertService_(Service)|InsertService]] | ||
|}}</onlyinclude> | |}}</onlyinclude> | ||
{{clear floats}} | |||
{{Example| | {{Example| | ||
<pre>Game:GetService("InsertService"):LoadAsset( AssetId ).Parent = Workspace</pre> | <pre>Game:GetService("InsertService"):LoadAsset( AssetId ).Parent = Workspace</pre> |
Revision as of 16:03, 30 August 2010
Example
Game:GetService("InsertService"):LoadAsset( AssetId ).Parent = Workspace
Limitations
See Also |