Skip to content
HELIX is in Closed Alpha. Some features and documentation may be non-functional or out of date.

Notification

Notification creates a temporary popup widget on the player's HUD with a type, and timeout. These are useful for alerts, ability failures, errors, status info, or short-lived feedback messages. The popups auto-fade after a set time and do not require manual cleanup

Tip

Notification is callable — use it like Notification("Text", notificationType, 5.0) without creating an instance.

Constructor#

Example
Notification("Welcome to HELIX!", NotificationType.Success, 1.5)
Name Type Default Description
text string Required The message to display
notificationType NotificationType NotificationType.Success The type of notification to display
timeout number 1.0 The duration of the notification