Tweening A Value

Can I try this though:

local values = {
    value1 = 0
}

TS:Create(values,TweenInfo.new(5),{value1 = 100})

Im technically tweening the values property…?