LoadAsset (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>GoldenUrg
initial
 
>GoldenUrg
initial
(No difference)

Revision as of 01:43, 30 April 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.

See Also

GetCollection

Insert