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

# info

> Writes zero or more values as an informational message. Values are converted to strings and separated with tab characters. The function returns no values.

<div className="real-function-page">
  ```lua theme={null}
  info(...values?: ...any)
  ```

  ## Argumen

  <ParamField path={"...values"} type={"...any"}>
    Optional values to print as an informational message.
  </ParamField>

  ## Contoh

  Write an informational message to the active console output.

  ```lua theme={null}
  info("Loaded", "scripts", 3)
  ```
</div>
