Hi I was just wondering if you could use a buzzer and run motors at the same time. If so how?
Thank you.
Yes it's possible. You'd need to provide more information for us to give specific advice.
When you start trying to do multiple things at once you will find that use of delay() is a big problem. I recommend you spending some time studying File > Examples > 02.Digital > BlinkWithoutDelay and the associated tutorial:
and then use that approach in your own code.