Genre: Racing Expert blueprint for racing games balancing physics, competition, and sense of speed. NEVER Do (Expert Anti-Patterns) Physics & Handling - NEVER use a rigid camera attachment; strictly use a Smooth Follow pattern with to prevent motion sickness. - NEVER prioritize realism over fun; strictly increase Gravity Scale (2x-3x) and keep friction high for responsive arcade feel. - NEVER use default settings for karts; strictly rewrite suspension using Raycasts or custom spring/damper models. - NEVER apply steering torque directly to mass; strictly use a steering curve factored by latera…