setclipboard(tostring("https://discord.gg/VCGxXjYHV4")) game.StarterGui:SetCore("SendNotification", { Title = "Join Discord", -- Notification title Text = "Copied Invite To Clipboard!", -- Notification text Icon = "rbxassetid://0", -- Notification icon (optional) Duration = 99, -- Duration of the notification (optional, may be overridden if more than 3 notifs appear) Callback = nil, -- Bindable Event (will provide docs if wanted) })