Tweening Part Size

Interesting. Try to see if your if conditions are being met. Add a print statement after each if condition and check to see which one isn’t being met.

1 Like

Ok! Smart! Ill do that rn :smiley:

So basically it says the size of the part is 0.705, 9.167, 4.231 but it isnt tweening back down…

And i cant see the change to 0.705, 9.167, 4.231

Sorry was AFK. Is it throwing any errors?

No. It isn’t giving me anything. Ima test it again. One sec.

Okay. It’s also worth noting that if you don’t want to deal with any of that Enum.EasingStyle stuff, you can just do

TweenInfo.new(5)

What this will do is default to the linear easing style and will take 5 seconds to complete the tween.

Ight. Yeah now I can’t even fix the script. I have a feeling it might have something to do with the end statements…