Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Wondering how to move a block using Vector3 on one axis?

Asked by
Xepois 0
6 years ago

I could just do x,y,z all together but its frustrating as i'm making screens for a panto, i was wondering if I could only be able to edit the Y value instead of other values because it ruins the screen and it takes me around 10-20 minutes just to get it to work smoothly.

0
You could do 'vector = vector + Vector3.new(0 , yValue , 0)' to move the vector by yValue amount of studs. RayCurse 1518 — 6y
0
There is a Vector2.new greatneil80 2647 — 6y

Answer this question