Scripts
getreferencedby
Returns cached Instance values whose supported reference properties point to the provided Instance. The argument must be an Instance.
Documentation Index
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
getreferenceslocal references = getreferencedby(workspace)
for _, value in ipairs(references) do
print(value)
end