EXPORTS & API
Exports
1. Notifications
-- types: 'success', 'error', 'info'
-- position (optional): 'top-right', 'top-left', 'bottom-right', 'bottom-left', 'center-right', 'center-left', 'top', 'bottom'
-- icon (optional): 'Check', 'Star', 'Bell', 'Heart', 'Zap', 'Shield', 'Alert', 'X', 'Info'
exports.hyperscripts_ui:Notify('success', 'Vehicle Locked', 'Your T20 has been locked', 'top-right', 'Shield')2. Text UI
-- Show (with optional forced positioning)
exports.hyperscripts_ui:TextUI(true, 'Open Vault', 'ALT', 'right-center')
-- Hide
exports.hyperscripts_ui:TextUI(false)