Opacity

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

The opacity of the part represented as a byte. (0 = invisible, 255 = opaque)

Example
local part = script.Parent

part.Opacity = 200