coding question robotc

Hi! Our team is using robotc for coding. We were wondering if it was possible, without potentiometers or encoders, to run multiple motors (one after another) when our driver presses just one button.

Yes, it is definitely possible. You can always run multiple motors, potentiometers and encoders just increase accuracy.

In the code block for that button click, write the sequence of the code and it will follow. If you want to space out, use wait command.