> For the complete documentation index, see [llms.txt](https://stg-store.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stg-store.gitbook.io/documentation/scripts/radio-v2/exports.md).

# Exports

***

<mark style="color:$success;">Open Radio</mark> Export

```lua
exports["stg-radiov2"]:openRadio()
```

<mark style="color:$success;">Close Radio</mark> Export

```lua
exports["stg-radiov2"]:closeRadio()
```

<mark style="color:$success;">Disconnect Radio</mark> Export

```lua
exports["stg-radiov2"]:disconnect()
```

<mark style="color:$success;">joinRadio</mark> Export

```lua
exports["stg-radiov2"]:joinRadio(20.0)
```

<mark style="color:$success;">isConnected</mark> Export

```lua
exports["stg-radiov2"]:isConnected()
```

**You need extra exports?**

**Then join our** [**Discord!**](http://discord.com/invite/stg) **and share the details with us — we take requests seriously and will do our best to implement them.** :blue\_heart:
