How do recroom vectors work?

I am new to this site but not recroom, so this might not be the correct place to ask this. I am slowly expanding my knowledge of recroom circuits past animations and other simpler things. I am currently attempting to use vectors to be able to turn and push a object on a single axis, and i have the turning correct (Very surprising for me), but not the pushing. I feel it has to do with the “vector move towards” chip, but i am not that smart tbh.

To push an object you should use velocity add chip and connected vector3 create chip defines the direction. If it’s (0,1,0) the object gets pushed upwards, if (1,0,0) it goes towards the east (world space)

1 Like