so i want to make it so when the align position is moving, make it fire a signal and make that signal stop when the align position stops moving, is there a way to do that?
1 Like
Not really, because in theory the AlignPosition is always “moving.” The constraint just tries to keep the two objects aligned positionally with each other at all times the best it can. It’s a constant force, so to speak. You would have to keep track of the Part’s velocity instead, and simply track when it falls under or goes over a certain threshold.
1 Like
I want to detect the AlignPosition because i want to play a walking animation when its moving and make it stop when the part stops moving, i don’t know how well velocity will work