HexscriptsClassicFuture 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_future_hud']:Notify(title, message, type, timeout)Prop
Type
Announce
Start a Announcement.
exports['hex_future_hud']:Announce(title, message, timeout)Prop
Type
HideHud
Hides the Hud.
exports['hex_future_hud']:HideHud(hide)Prop
Type
HelpNotify
Shows the Help Notify this must be called everytick.
exports['hex_future_hud']:HelpNotify(message, key)Prop
Type
ShowHelpNotify
Shows the Help Notify this must not be called everytick.
exports['hex_future_hud']:ShowHelpNotify(message, key)Prop
Type
HideHelpNotify
Hides the current Help Notify.
exports['hex_future_hud']:HideHelpNotify()StartProgressbar
Starts a Progressbar.
exports['hex_future_hud']:StartProgressbar(ms, name)Prop
Type
StopProgressbar
Stops the current Progressbar.
exports['hex_future_hud']:StopProgressbar()Server Exports
No server exports are available at the moment.