HEX
HexscriptsVersion 1.0Hud

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_1_hud']:Notify(title, message, type, timeout)

Prop

Type

Announce

Start a Announcement.

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

Prop

Type

HideHud

Hides the Hud.

exports['hex_1_hud']:HideHud(hide)

Prop

Type

HelpNotify

Shows the Help Notify this must be called everytick.

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

Prop

Type

Server Exports

No server exports are available at the moment.