How to Tween a variable?

Hi @Adrian_Green,

I think the issue with the code snippet above is that you can’t tween numbers directly. You need to create an object to act as holder for any value you are tweening, like this:

1 Like