LoadAsset (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy added/formatted |
>Camoy added/formatted |
(No difference)
|
Revision as of 14:13, 30 August 2010
|
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 public domain if loaded from a Server-side script.
- Model must be public domain or owned by player for a Local script.