If you are using teleop, then you probably don’t want to use the setMutlipleMotors command. With Graphical you can use tankControl and it will default to right and left joysticks for the right and left motors.
For Text, you can use the SetMotorSpeed(leftMotor, getJoystickValue(ChA)); etc.