I am trying to reset this tween so it starts again from the top. I try to cancel it and reset the positions, but the tween still picks up from where it left off. Replacing the Cancel with Pause does the same thing so I don’t get what the Cancel is doing here.
:Cancel does what it implies, it just cancels the tween at that time frame. If you want it to revert, set the value of the property you’re tweening to what you want to be.