-
Member
I think its because you're using the local setting for position, local moves it along the axis lines of the object, if the object rotates its also rotating the axis line that its mobing on, so you have it moving forwards and back locally, but when it starts rotating it's turning the object's axis line with it so it starts doing a circle, you'll need to use global for the position and local for the rotation, can be done with just 1 OPE. The goal is to have the saw blade spinning and moving forwards and backwards on the sideline correct?
-
Member
https://youtu.be/XZn-HGBLMGc yea, was just the global/local thing
-
Member
It is working now, many thanks!