loadstring(game:HttpGet("https://raw.githubusercontent.com/scripter66/NotificationSystem/refs/heads/main/Notification.lua"))() -- KEEP IT notif.Info("This is an info notification", "Info Title") -- Info notification notif.Warn("This is a warning notification", "Warning Title") -- Warn Notification notif.Error("This is an error notification", "Error Title") -- Error Notification