Servo Motor and Joystick work together

Before creating the topic
I would like to know how to make a motor touch and blynk joystick make a switch between them

Worthy project… but I recommend you start with Blinking an LED and progress from there, otherwise you may quickly become confused.

http://docs.blynk.cc

http://help.blynk.cc

https://examples.blynk.cc

I did run the Led, but with the servo motor I still could not move them.

Blynk doesn’t move your servo, a servo library does with commands, Blynk just uses a widget or two to run a group of such commands.

Google for a servo project using joysticks (like those little chinese ones) and learn how it works, then “Blynkify” the code and feed it with the coordinates from Blynk Joystick instead.