Tween part from

Hey, I’ve been trying to tween a fireball from a custom pivot point, however tweening always starts from the middle. I want it to be like this clip here (This game is slap battles)

Can anyone help me with my request? TYSM! :smile:

Not sure you can unless you moved the part up by the amount it’s grown so far. You should try lerping (or other interpolation methods) the size instead of tweening.
Then to shoot it you could use tweening, interpolating the CFrame, or even a linear velocity with the constraint set to Vector.

1 Like