| title | getobjects |
|---|
Fetches Roblox asset objects using a content URL.
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 = workspacelocal loaded = getobjects("rbxassetid://56789")[1]