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.