Looking for a new client tween module

As of recently the client tween module I have been using for a couple of years broke. I did some tweaking myself and got it to a semi-functional state, however, there are just a lot of inconsistencies that were not there before. After looking around for a suitable replacement, I noticed that many of the modules I found were made in 2020 or before. I know that age doesn’t necessarily correlate with functionality, however, I thought I would still ask. Does anyone know of a working client tween module that contains the following features:

  1. Once a tween completes, the results are replicated to the server.
  2. .Completed event once the tween completes
  3. Tweens get cancelled if a new one is played

Any help or tips in the right direction are much appreciated.

I just made a module, however if you want to replicate it to the Server, you would need to use a RemoteEvent. It also works exactly like TweenService as well, so you have .Completed and everything else you would want from TweenService.

1 Like