#How to size using tween

1 messages · Page 1 of 1 (latest)

livid lion
#
                local Tween = TweenService:Create(EggPart, TweenInfo.new(4, Enum.EasingStyle.Quad), {
                    Size = EggPart.Size + Vector3.new(0, 10, 0),
                    Transparency = 1
                })
                Tween:Play()
                Tween.Completed:Wait()```
#

Transparency works

silent sluice
#

And the size works aswell. Nothing wrong here.

#

There is something wrong another place in the script

frail niche
#

try increasing the size on every axis

#

Size = EggPart.Size + vector.create(10, 10, 10)

livid lion
livid lion
sacred blade
#

is egg a part or a model

livid lion
hard mauve
#

Resizing with tween is easy.

#

@livid lion You trying to move and resize at the same time or at different times?

hard mauve
#

Explain what you want to happen

#

then I can get a sense for it

livid lion
#

I’m just resizing it