I’m looking for each yellow dot to be applied a script in the percentage property “since they have applied path constraint to each yellow null” that manages to make each yellow dot be placed in the same position as each green dot. Only make it work that all go to a specific green null. thank you all!
VArray = ($GreenPoint*)
arr = ($YellowPoint*)
path1 = $Spline
for i=1 to arr.count do
(
a = arr.pos.controller = Path_Constraint path: path1
b = a.percent.controller = float_script()
c = a.percent.controller.script = "nearestPathParam path1 $GreenPoint_001.pos steps: 300"
)

