Exports
Export Function
luaCopy codeexports['b2_notifyv2']:ShowNotification(title, message, duration, type, position)luaCopy codeexports['b2_notifyv2']:ShowNotification("Test Title", "This is a test message", 5000, "success", "top-right")Last updated