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

> Devuelve si la current foreground window es la Roblox window encontrada por Real. Real encuentra esa ventana enumerating windows del proceso actual y seleccionando una window cuyo class name es Roblox window. La function no toma arguments y devuelve false cuando no hay foreground window o no hay matching Roblox window disponible.

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

  ## Alias

  * `isgameactive`
  * `iswindowactive`

  ## Retornos

  <ResponseField name={"active"} type={"boolean"}>
    True cuando GetForegroundWindow() devuelve el mismo HWND que la cached o newly found Roblox window window del proceso actual.
  </ResponseField>
</div>
