Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

June 2, 2020: Picked it up!!

This site may earn commission on affiliate links.
I ordered a week or so after you and I’m located on the Monterey peninsula so I’m hoping to take delivery this month! But I won’t hold my breath lol congrats on the car!

Thanks to some reverse-engineering of Tesla programming we can estimate your probability.

Code:
// function: deliveryProbability
// Parameters:
// state  US state code
// month Month of year.  0-based
function deliveryProbability(state,month)
{
  return ( state === "CA" && month % 3 === 2 ) ? 1 : Math.random();
}
 
After wraps and tinting!
Love the tinted head lights!
Will blackout exterior Tesla emblems and put a black rear plate holder!!
 

Attachments

  • D8D04A0F-14DA-47B2-848C-01808D552F03.jpeg
    D8D04A0F-14DA-47B2-848C-01808D552F03.jpeg
    87.4 KB · Views: 79
  • 846F0BCB-5E1D-444F-A3E7-BB95E4FFEFF2.jpeg
    846F0BCB-5E1D-444F-A3E7-BB95E4FFEFF2.jpeg
    114.6 KB · Views: 65