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

LoadAsset( Number AssetId )
Returns Model
Description: Returns a model in the InsertService containing the loaded asset.
Example
Game:GetService("InsertService"):LoadAsset( AssetId ).Parent = Workspace


Limitations

  • Some scripts are deleted from loaded models. Presumably this is to stop viruses.
  • LoadAsset cannot be used offline (in Studio Play or Studio Start Server/Start Player).
  • Model must be public domain if loaded from a Server-side script.
  • Model must be public domain or owned by player for a Local script.

See Also

GetCollection

Insert