LoadAsset (Method)

LoadAsset( number AssetId )
Returns Model
Description: Returns a model in the InsertService containing the loaded asset.
Member of: InsertService
Example
game:GetService("InsertService"):LoadAsset(AssetId).Parent = game.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 in the inventory of the creator of the place inserting it.

See Also