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

# isrbxactive

> Mengembalikan apakah current foreground window adalah Roblox window yang ditemukan oleh Real. Real menemukan window itu dengan enumerating windows untuk proses saat ini dan memilih window dengan class name Roblox window. Function ini tidak menerima arguments dan mengembalikan false saat tidak ada foreground window atau matching Roblox window.

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

  ## Alias

  * `isgameactive`
  * `iswindowactive`

  ## Return

  <ResponseField name={"active"} type={"boolean"}>
    True saat GetForegroundWindow() mengembalikan HWND yang sama dengan cached atau newly found Roblox window window untuk proses saat ini.
  </ResponseField>
</div>
