Iron Man Simulator | 2 Script Pastebin
void PlayThrustSound(bool isThrusting) { if (isThrusting) { thrustAudio.Play(); } else { thrustAudio.Stop(); } }
Life is a Journey
void PlayThrustSound(bool isThrusting) { if (isThrusting) { thrustAudio.Play(); } else { thrustAudio.Stop(); } }