AbsoluteSize (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy No edit summary |
>MrNicNac Gave clarification one what was in pixels. |
||
Line 2: | Line 2: | ||
|name = AbsoluteSize | |name = AbsoluteSize | ||
|property = [[Vector2]] ''AbsoluteSize'' | |property = [[Vector2]] ''AbsoluteSize'' | ||
|description = Size in pixels. | |description = Size of the render window in pixels. | ||
|object = GuiBase | |object = GuiBase | ||
}}</onlyinclude> | }}</onlyinclude> |
Revision as of 15:54, 21 June 2011
![]() | |
Property | Vector2 AbsoluteSize |
Description | Size of the render window 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).