Drag

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

The drag of the part. A higher drag means the part slows down faster.

Example
local part = script.Parent
-- make the part hard to move  
part.Drag = 10