How do I make it so it tweens to the side?

Tween the position AND the size like @01newj said

{Position = Vector3.new(ENDPOS), CFrame = CFrame.new(ENDCFRAME)}

Also you should probably delete the tween after its done to free up memory

1 Like