Change y by... or change x by

I want to use “change y by …” what variant is here?

greetings
panaia

1 Like

You can use this block:

This will move it on only the axis you specify.

If that does not suit you, you will have to manually specify an X, Y, and Z position like this:

This tells the item to move to its own coordinates but with +1 to the Y coordinate.

1 Like

In addition to @24dlau’s comment, I’ll say that it also depends on what you’re trying to achieve - your question is based on Scratch, which is 2D, and doesn’t use left/right/up/down local directions.

The basic move Item x meters forward/back/left/right/up/down in 0 seconds CoBlock might be perfectly fine for your needs.

1 Like