HEX
HexscriptsClassicFinal HUD

Exports

This section lists all client-side and server-side exports in this script. Exports can be called from other scripts to interact with this script functionality.

Note

If you need additional exports for your implementation, please open a ticket on our Discord server.

Client Exports

Notify

Start a Notification.

exports['hex_final_hud']:Notify(title, message, type, timeout)

Prop

Type

Announce

Start a Announcement.

exports['hex_final_hud']:Announce(title, message, timeout)

Prop

Type

HideHud

Hides the Hud.

exports['hex_final_hud']:HideHud(hide)

Prop

Type

HelpNotify

Shows the Help Notify this must be called everytick.

exports['hex_final_hud']:HelpNotify(message, key)

Prop

Type

ShowHelpNotify

Shows the Help Notify this must not be called everytick.

exports['hex_final_hud']:ShowHelpNotify(message, key)

Prop

Type

HideHelpNotify

Hides the current Help Notify.

exports['hex_final_hud']:HideHelpNotify()

StartProgressbar

Starts a Progressbar.

exports['hex_final_hud']:StartProgressbar(ms, name)

Prop

Type

StopProgressbar

Stops the current Progressbar.

exports['hex_final_hud']:StopProgressbar()

Server Exports

No server exports are available at the moment.