Velocity

Property of: Part
Type: Vector3
Tags:  read write instance

The velocity of the part. Zero if anchored

Example
local part = script.Parent
-- make the part float
part.velocity = Vector3.new(1, 1, 1)