Usage
π¨ Notification Types
Client Side
exports['mkz-notify2']:SendNotification({
title = 'Title',
message = 'Message',
type = 'type',
duration = 5000,
sound = true
})Server Side
Last updated