Move part with Vector3

Hello,

The following is what i need:

When i click a button, another part moves up with Vector 3 for a few seconds.

Thank you for your help!

Part.Position = Part.Positon + Vector3.new(0,1,0)

Alternatively, you could use TweenService for a smooth transition.

1 Like