Transparency (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Mr Doom Bringer
No edit summary
Line 5: Line 5:
{{Property|
{{Property|
name = Transparency
name = Transparency
|property = [[Float]] ''Transparency''
|property = [[Number]] ''Transparency''
|description = Sets how visible the object is. A value of 1 is completely invisible, a value of 0 is completely opaque.
|description = Sets how visible the object is. A value of 1 is completely invisible, a value of 0 is completely opaque.
|object = [[RBX.lua.FlagStand (Object)|Flagstand]], [[RBX.lua.Part (Object)|Part]], [[RBX.lua.Seat (Object)|Seat]], [[RBX.lua.SpawnLocation (Object)|SpawnLocation]]
|object = [[RBX.lua.FlagStand (Object)|Flagstand]], [[RBX.lua.Part (Object)|Part]], [[RBX.lua.Seat (Object)|Seat]], [[RBX.lua.SpawnLocation (Object)|SpawnLocation]]

Revision as of 21:24, 23 March 2010

Transparency is how see-through an object is. The higher the value, the less you can see through it. A value of 1 is completely 'opaque', or solid. A value of 0 is completely invisible.

Transparency
Property Number Transparency
Description Sets how visible the object is. A value of 1 is completely invisible, a value of 0 is completely opaque.
Member of [[RBX.lua.Flagstand, Part, Seat, SpawnLocation (Object)|Flagstand, Part, Seat, SpawnLocation]]