Exports
Client Side Exports
Notify
Send a notification to player
-- title: string
-- message: string
-- time: number - showing time in ms
-- type: string - success, error, warning, info
exports.JustNotify:Notify(title,message,time,type)
Last updated