so you’re essentially growing it in the opposite direction? if -5 is our N (Amount change), then -2.5 is our change in position?
I’ve gone through it a bunch, and I think I understand.
- to increase the part’s size in one direction (Z-axis, for example).
- Normally, increasing size by ( n ) affects both ends equally (( n/2 ) on each end).
- To keep one end fixed and extend only on the other side, you adjust the part’s position.
- Multiply the direction ( U ) by ( n/2 ) and add it to the part’s position.
- the part extends from one end while staying aligned on the other end.
So, if you change the size by -5, adjust the position by ( U * (-5/2)).
1 Like
After messing around a bit, I keep running into bugs. I think since the arm is welded to the handle, and the handle is welded to the blade, setting the position of the blade changes the Cframe of the character. Does anyone know how to fix this?