How should I fix this, this had been driving me crazy. It is for my intake
I think using an = to move motors has been removed in the most recent version of PROS, use motor.move(127) instead (assuming the variable intake is a motor)
=
motor.move(127)
intake