-- Auto Copy Discord loadstring(game:HttpGet("https://pastebin.com/raw/tffyi0uA"))() local DISCORD_LINK = "https://discord.gg/AeuSH2EQK" -- Auto copy to clipboard setclipboard(DISCORD_LINK) -- Notification game:GetService("StarterGui"):SetCore("SendNotification", { Title = " Discord Copied!", Text = "https://discord.gg/AeuSH2EQK copied to clipboard!\nJoin now ", Duration = 8 }) task.spawn(function() wait(3) -- Wait a bit for the original script to load its menu Rayfield:Notify({ Title = "Discord Link", Content = "Invite copied! Paste in Discord or browser.", Duration = 5 }) end) print("✅ Original Rivals script loaded + Discord copied!")