Getting info from a TweenInfo

So I have this module called Table To Object, by the way check that out. And I want, out of curiosity add TweenInfo support, my problem is, I don’t know IF and HOW I can get data inside TweenInfo. So what I wanted to do is retrieve data from this;

local TInfo = TweenInfo.new(.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)

I want to retrieve the values inside of ths tween info variable. So the time that it takes, (.5 seconds), the easing style, just like that.

Can I do that, and how would I do that?

OOP that’s weird I didn’t notice those were there :crazy_face::v: Anyways, I guess now I know.