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.
Returns cached Instance values whose supported reference properties point to the provided Instance. The argument must be an Instance.
getreferencedby(instance: userdata): table
getreferences
instance
userdata
instances
table
local references = getreferencedby(workspace) for _, value in ipairs(references) do print(value) end