Opacity (Property)

From Legacy Roblox Wiki
Jump to navigationJump to search
Opacity
Type float
Description Determines the opacity of the object. A lower number makes it more transparent.
Member of Smoke


Example
Workspace.Smoke.Opacity = 0 --Completely transparent
wait(1)
Workspace.Smoke.Opacity = 1 --Completely solid