local success, errorMessage = pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Alone2718/War-Tycoon/refs/heads/main/War%20Tycoon"))() end) if not success then warn("Failed to load script: " .. errorMessage) end