Insert (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy added |
>Camoy added |
(No difference)
|
Revision as of 14:05, 30 August 2010
|
Example
local model = game:GetService("InsertService"):LoadAsset(assetId) if(model:IsA("Model")) then local tab = game:GetService("InsertService"):Insert(model) end