Preview:
Github: here
How to use:
--[[
title: string;
message: string;
type: "info" | "error" | "warning" | "success", default = info;
timeout: number;
]]
exports['ran-notification']:Notify(title, message, type, timeout)
-- example
exports['ran-notification']:Notify("Error", "This is an error message", "error", 5000)
