Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
getobjects(assetUrl: string): {Instance}
assetUrl
string
{Instance}
local instances = getobjects("rbxassetid://12345678") instances[1].Parent = workspace
local loaded = getobjects("rbxassetid://56789")[1]