How to get tweeninfo about a tween

Hello developers,

So currently im struggling with the knowledge of being able to get data of a certain tween. Basically, what im trying to accomplish is: all tweens are ran through a module script and i would like the local tween to be placed into a table. Then, if a tween decides to run on a certain image/text while there is already one running on it, it can check the table of tweens and look through the info of all the tweens to check if the instance is the same as the image or text that is currently trying to be tweened.

Hopefully that made sense but in conclusion, how do i see what instance is being tweened inside of a local tween? I tried tween.TweenInfo however, that just shows the actual tween info of that tween and not the instance that is being tweened.

From the documentation of the tween:

Basically, you can just do TWEEN.Instance!

1 Like

Thanks alot, i should have done a bit more research before posting haha but i really appreicate the help!

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