Vehicle "Engine" start/stop

Hey guys so ive been working on a vehicle and ive setup a lot of it. I was just wondering how you would turn the engine on and off. This is what i setup and thought would work but it doesn’t seem to. Any help would be greatly appreciated!

I actually solved this myself and thought id post my solution in case others were looking for it. I was scratching and tearing my hair out trying to figure it out, but its actually rather simple. Any questions just ask. The engine general and them are sounds being activated. The real trick is to keep the throttle input ticking at zero by using the event tick and using bools to query whether the engine start button which i have as F has been pressed or not. I hope this helps others. Any questions just ask and I’ll try to help

1 Like

Thank you :slight_smile: will try and hope this work out on my side.