local NotificationLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/ilovechubbyorangecat/script/refs/heads/main/notification.lua",true))() NotificationLibrary.Info("Text Here", "Info") NotificationLibrary.Warn("Text Here", "Warn") NotificationLibrary.Error("Text Here", "Error")