Notification
- Send Notification
exports['wd-hud']:sendNotification({
title = "Notification Title",
description = "Notification Description",
duration = 5000,
})
or
TriggerEvent('wd-hud:sendNotification', {
title = "Notification Title",
description = "Notification Description",
duration = 5000
})