Hello, I was just wondering if there was a way to spin the motors in the VEX Virtual Skills while the robot is moving. I tried using a while loop as picture below but it didn’t work. Am I just using it wrong? (Total noob here)

Hello, I was just wondering if there was a way to spin the motors in the VEX Virtual Skills while the robot is moving. I tried using a while loop as picture below but it didn’t work. Am I just using it wrong? (Total noob here)

Can you post the rest of your code so we can help better?
The motors will continue spinning until the stop code is used. In this case use “spin intake motor group forward” and it will spin until “stop intake motor group” is used.
You see the arrows on the right of the blocks? Set those to true before your intake spinning. This means that it will not wait for completion before doing the next thing.
This worked for me, thank you very much for your help!