Tween isn't working

How do I make the player change size when the move right button is pressed

Instead it’s just not tweening. I’m new to game development so I think I’m missing something.

Here’s a screenshot of literally all my code

A tween of 500 seconds takes 8 minutes and 20 seconds to complete. Note the tweens are now in seconds, not milliseconds. So I suspect you want 0.5 as the duration.

2 Likes

Also, tweens need to be triggered once. e.g. if you’re holding right, it’ll restart the tween every frame.

1 Like

Thanks. I watched a tutorial on YouTube and I guess it was old.