Notification Module - Server
Read Here on how to import the module into your scripts!
Send
The notification function
lua
Notification.Send(source, {
title = 'Satisfied',
message = 'Eaten burger!',
duration = 5000,
type = 'success', --info, success or error
})Parameters
source(number) – The player’s server iddata(table) - Notification Object
