How can i make my car's rear wheels spin while the front wheels are braking?

I was trying to make my car’s rear wheel spin when i brake (pressing down W & S keys together)
It would be awesome if you can give some suggestion.
Thanks in advance

if forward input is pressed →
front wheels = spin unless brake input is pressed, then don’t move
rear wheels = spin

1 Like

Thanks for replying, can you please explain it a bit more… I didn’t understood how the spin works.
Thank you

take a look through the blueprint and figure out what is making it spin. At that point you can gate it off with a Branch node + a boolean. You can set the boolean from your input events.

IIRC the vehicle has blueprint for individual tires and it has some sort of physics sim. Probably search around for torque and follow chain of events from input to find out what is making them spin.