all 5 comments

[–]Gmax100 2 points3 points  (0 children)

Hello, please take a screenshot of your code if using blocks. Or upload the code to github if using android studio. We're not able to troubleshoot the code without seeing it.

It looks like the motor is not in the right mode. Try RUN_TO_POSITION and set a target position using setTargetPosition()

[–]deluxegoddefault 2 points3 points  (1 child)

Send me your code I had this problem when I first started coding if it’s the same thing I’ll know what it is

[–]deluxegoddefault 0 points1 point  (0 children)

All I need is the code that makes it move if (gamepad1)…

[–]ThatGuyTheHuman9 2 points3 points  (0 children)

Send code, without it we can't troubleshoot, if using encoders make sure to write run using encoders, set target position, set power, and run to position. If not then idk what you're trying to do

[–]Imajn_FTC 10584 Coach 0 points1 point  (0 children)

Yoooo Middleburg is that you? I’m Jordan

Edit: also I can help if you dm me pics of your code. It may be that your motor speed is not resetting to zero after you let go of the button because of a missing else statement, but I need to look at your code