AbsoluteSize (Property)
From Legacy Roblox Wiki
Local: This item should be used with a LocalScript in order to work as expected in online mode.
![]() | |
Property | Vector2 AbsoluteSize |
Description | Size of the render window in pixels. |
Member of | GuiBase |
Limitations
- Takes 1.3 seconds to initiate on join, and a third of a second after respawning.
- Only LocalScripts see the true absolute size. For normal scripts, the AbsoluteSize is Vector2.new(0, 0).