How do I move a helper from its current location to geometry.max?
There doesn't seem to be a .pos or a .rotation for it.
I'm trying to get it to update every time the geometry on the scene updates...
when geometry geometry changes id:#constraint do (
print "changed"
-- this.pos = geometry.max
)