Does a script with a tween error if the tween instance gets destroyed mid-tween?

Im making a bruises system and now working on a tween to make them dissapear, like healing, and tweening the decal’s transparency, and this is done on the server, so i was wondering if it errors if the player suddenly left while the bruise is healing.

1 Like

No, it shouldn’t error unless the object is destroyed before you start the tween

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