Intake and Score High

Use [Drive for], [Turn for], and [Spin for] blocks to code the Hero Bot to drive to the Disc highlighted in green, pick it up, and score it in the blue High Goal.
- Select the VRC Virtual Skills - Spin Up Playground.
- Drive the Hero Bot to the Disc highlighted in green.
- Code the Hero Bot to spin the intake motor group to pick up the Disc.
- Turn the robot toward the blue High Goal.
- Set the desired intake motor velocity and spin the intake motor group to launch the Disc.
Helpful Hints
Use the set IntakeMotorGroup velocity block from the Motion category to set the desired intake motor velocity.
Matching Python command:
intake_motor_group.set_velocity(100, PERCENT)
Use the spin IntakeMotorGroup block from the Motion category and select the intake direction to intake the Disc and launch it into the High Goal.
Matching Python command:
intake_motor_group.spin_for(REVERSE, 35, DEGREES)