> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# getnilinstances

> Returns a new array table containing cached Instance values whose Parent field is nil. The function takes no arguments. It does not sort the returned entries.

<div className="real-function-page">
  ```lua theme={null}
  getnilinstances(): { Instance }
  ```

  ## Dönüşler

  <ResponseField name={"instances"} type={"{ Instance }"}>
    Array table of cached Instance values whose Parent field is nil.
  </ResponseField>
</div>
