Tween Problem will not reverse (eventually)

I created a twin where when you click a UI button the size increases and decreases back to it’s original size. But if the button gets spam clicked then the original size will increase and won’t go back to it’s starting size. The debounce trick will work but the experience won’t be smooth. Any help will be appreciated.

Use Tween:Cancel() and then Tween = nil

that worked thank you so much!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.