> ## 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.

# getrunningscripts

> Live Lua threads icinden alinan unique script Instances iceren yeni bir array table dondurur. Function arguments almaz. the live Luau thread list uzerinden gecer, her thread node degerini okur ve thread node, weak thread ref, LiveLuaRef, Lua state, object olmayan ya da expired Script stored reference iceren entries degerlerini atlar. Kalan her thread icin scriptThread->object->Script() lock edilir, script reference ile deduplicate edilir, Instance Instance cache ile push edilir ve 1 den baslayan sirali array indexes icine eklenir. Function DataModel taramaz, ClassName kontrol etmez ve result siralamaz.

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

  ## Dönüşler

  <ResponseField name={"scripts"} type={"table"}>
    Live Lua threads ile iliskili unique script Instance object values iceren yeni array table.
  </ResponseField>
</div>
