I don’t understand why, but I get errors when I follow your instructions.
Maybe my set up is a bit different…
I have a camera and a null object. I have my camera attached to the null object, and I move the null object around. This allows me to move the camera so I can add the wiggle expression to the Position of the camera
Now, when I add another null object, we’ll call this Wiggle, I have this code in my Position expression:
w = wiggle(thisComp.layer(“Wiggle”).effect(“Slider Control”)(“Slider”),15);
[w[0],w[1], value[2]] ;
the layer “Wiggle” DOES have the Slider Control on with Slider within it, but i get this error:
After Effects Warning: Bad Argument: Couldn’t find effect named ‘Slider Control’
~ Nate ~