Exports

Check common issues to prevent contacting support

exports['complete_hud']:setIsTalking(value)

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

exports['complete_hud']:setVoiceLevel(value)

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

exports['complete_hud']:serverAnnouncement(title, text, time)

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

exports['complete_hud']:showHud()

Display the hud

exports['complete_hud']:hideHud()

Hide the hud

Last updated

Was this helpful?