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

# Exports

Check common issues to prevent contacting support

{% hint style="info" %}

#### exports\['complete\_hud']:setIsTalking(value)

{% endhint %}

Set if the player is talking, this will start the voice animation. Pass a boolean value (true / false)

{% hint style="info" %}

#### exports\['complete\_hud']:setVoiceLevel(value)

{% endhint %}

Set the amplitude of the voice animation, pass a value between 0.001 and 1

{% hint style="info" %}

#### exports\['complete\_hud']:serverAnnouncement(title, text, time)

{% endhint %}

Create a server announcement. Title and text needs to be string, time (in milliseconds ex. 5000) an int

{% hint style="info" %}

#### exports\['complete\_hud']:showHud()

{% endhint %}

Display the hud

{% hint style="info" %}

#### exports\['complete\_hud']:hideHud()

{% endhint %}

Hide the hud
