Transparency (Property): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 4: Line 4:
name = Transparency
name = Transparency
|property = [[Float]] ''Transparency''
|property = [[Float]] ''Transparency''
|description = Sets how visible the object is. A value of 1 is completely invisible, a value of 0 is completely opaque. Think of it as, 1 being 100%, 0.5 being 50% transparent, and 0 being obviously 0% .
|description = Sets how visible the object is. A value of 1 is completely invisible, a value of 0 is completely opaque. Think of it as, 1 being 100%, 0.5 being 50% transparent, and 0 being obviously 0%.
|object      = [[GBX.lua.BasePart (Object)|BasePart]]
|object      = [[GBX.lua.BasePart (Object)|BasePart]], [[GBX.lua.GuiBase3d (Object)|GuiBase3d]]
}}
}}


[[Category:Properties]]
[[Category:Properties]]

Revision as of 00:02, 22 September 2021


Property
Name Transparency
Property Float Transparency
Description: Sets how visible the object is. A value of 1 is completely invisible, a value of 0 is completely opaque. Think of it as, 1 being 100%, 0.5 being 50% transparent, and 0 being obviously 0%.
In Object: BasePart, GuiBase3d