AbsoluteSize (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
added it in limitations
>Camoy
No edit summary
Line 5: Line 5:
|property = [[Vector2]] ''AbsoluteSize''
|property = [[Vector2]] ''AbsoluteSize''
|description = Size in pixels.
|description = Size in pixels.
|object = [[RBX.lua.Frame (Object)|Frame]], [[RBX.lua.ImageButton (Object)|ImageButton]], [[RBX.lua.TextBox (Object)|TextBox]], [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextLabel (Object)|TextLabel]], [[RBX.lua.BillboardGui (Object)|BillboardGui]], [[RBX.lua.ScreenGui (Object)|ScreenGui]]
|object = GuiBase
|}}</onlyinclude>
|}}</onlyinclude>
|}
|}

Revision as of 13:59, 24 December 2010

AbsoluteSize
Property Vector2 AbsoluteSize
Description Size in pixels.
Member of GuiBase

Limitations

Takes 1.3 seconds to initiate on join, and .3 of a second on respawn. Only LocalScripts see the absolute size, normal scripts AbsoluteSize is set to Vector2.new(0, 0).