Parameters
Returns
{Instance} - An array of loaded instances.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
getobjects(assetUrl: string): {Instance}
| Parameter | Type | Description |
|---|---|---|
assetUrl | string | The rbxassetid URL of the model/asset. |
{Instance} - An array of loaded instances.
local instances = getobjects("rbxassetid://12345678")
instances[1].Parent = workspace
local loaded = getobjects("rbxassetid://56789")[1]