How to make object shake and shrink size effect?

When an object is clicked I want it to display shrink effect decrease its size then grow back to its normal size like this video

Now I have only if an object is clicked condition but what to add in the action to make that effect?

I got it now but it’s not 100% feels like that video but my solution is using tween the height and width then tween back at least it’s 80-90% of that effect.

Do not use same names of tween name for different actions
It gets buggy
So shrink for shrink
And enlarge for getting it bigger for example
Or simply be as lazy as me and put there 1 2 3 4

1 Like

Oh, thanks for telling that I’ll be more careful.