Lillard scores season-high 45 to spark Bucks over Pistons

WASHINGTON — Damian Lillard scored a season-high 45 points and Giannis Antetokounmpo added 31 to lead the Milwaukee Bucks over NBA doormat Detroit 141-135 on Sunday.

Lillard, who arrived from Portland in a pre-season trade, had 11 assists and made 12-of-22 shots from the floor, 5-of-11 from 3-point range, and hit all 16 of his free throw attempts.”When the game started, I felt like I had a good warm-up, a good rhythm to the game,” Lillard said. “Saw a couple shots go in and I just felt good.”

Lillard became the first player in Bucks history with 40 or more points, 10 or more 10 assists and five 3-pointers in a single game and did so three nights after Milwaukee was thumped 135-95 at Cleveland.

“I knew it was an important game. I picked my spots. I moved the ball when I needed to move it. I attacked when I needed to attack,” Lillard said.

Greek star Antetokounmpo added 10 rebounds, nine assists, two steals and a blocked shot while Brook Lopez had 19 points and 10 rebounds for visiting Milwaukee. The Bucks improved to 29-13, moving within three games of NBA overall leader Boston for the Eastern Conference lead.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });