Steadyon / TweenServiceV2

TweenService V2 works to help efficiently replicate movement between server and client, using TweenService. It does this by running the tweens clientside, and then doing a single update server side.
GNU General Public License v3.0
13 stars 15 forks source link

Fixed Specific Clients and Fixed :Stop() #4

Open jeffreydeen opened 3 years ago

jeffreydeen commented 3 years ago

Added SpecificClient when calling :FireClient(), and changed tween:Stop() to tween:Cancel(). ( left the function as tweenMaster:Stop for backwards compatibility, but changed the actual tween calling :Stop() to :Cancel() )

marceaupatu123 commented 2 years ago

@Steadyon