Mass

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

The mass of the part

Example
local part = script.Mass
-- make the part very heavy!
part.Mass = 100  
wait(5)
-- make the part very light!
part.Mass = 0.1