UseGravity

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

Determines whether gravity affects the part.

Example
local part = script.Parent 
-- make the part float
part.UseGravity = false