local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("DollManB Scripts", "DarkTheme") local mainTab = Window:NewTab("Info") local mainSec = mainTab:NewSection("Welcome") mainSec:NewLabel("All the scripts are in my Discord channel.") mainSec:NewButton("Discord", "Click to join my Discord server!", function() setclipboard("https://discord.gg/AD6e2kTwWx") game.StarterGui:SetCore("SendNotification", { Title = "Discord Link", Text = "Link copied to clipboard! Paste it in your browser.", Duration = 5 }) end)