Skip to main content

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)
NameTypeDefaultDescription
textstringRequiredThe message to display
notificationTypeNotificationTypeNotificationType.SuccessThe type of notification to display
timeoutnumber1.0The duration of the notification