local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "The Head Script", LoadingTitle = "Loading Interface...", LoadingSubtitle = "by Glitch Systems", ConfigurationSaving = { Enabled = true, FolderName = "TheHeadScriptConfig", FileName = "HeadScript" }, Discord = { Enabled = false, Invite = "", RememberJoins = true }, KeySystem = false, }) local Tab = Window:CreateTab("Main", 4483362458) -- Main Tab local Button = Tab:CreateButton({ Name = "Copy Script Link", Callback = function() local scriptLink = "https://xenoscripts.com/script/arsenal-script-keyless-glitch-systems-esp-speed-etc" setclipboard(scriptLink) -- Notification to confirm it worked Rayfield:Notify({ Title = "Success!", Content = "Link copied to clipboard.", Duration = 5, Image = 4483362458, Actions = { Ignore = { Name = "Okay", Callback = function() print("User acknowledged.") end }, }, }) end, }) Rayfield:Notify({ Title = "Loaded", Content = "Copy the link and go to the site NOW!", Duration = 5, Image = 4483362458, })