Tween not updating size the second play

I’m trying to edit the size of my “Water” part using tween, upon the first click, the water part changes it’s “X” size from initial “0” to “2”, now when I click again I expect the “X” size to change from 2 to 4 but that does not happen and the size stays as is


Move newSize, properties and tween inside the MouseClick callback.

1 Like

Yes, what @PhoenixRessusection said is correct. I explained it better under a post similar to this.

1 Like

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