I intend to stop the tween after the parent button i clicked, but tween:Stop() doesn't do the trick, any alternatives?
Tween:Cancel() or Tween:Pause() is what you're looking for.
Tween:Cancel()
Tween:Pause()