local AsyncTest = pcall(function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/DurianBruhRBLX/RawLinkExecutor/refs/heads/main/AsyncMode"))() end) if not AsyncTest then game.StarterGui:SetCore("SendNotification", { Title = "Async Test Failed", Text = "Loading Non-Async Mode", Icon = "", Duration = 3 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/DurianBruhRBLX/RawLinkExecutor/refs/heads/main/Non-AsyncMode"))() end