AbsoluteSize (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
No edit summary
>Legend26
No edit summary
(No difference)

Revision as of 04:03, 6 January 2012

Local: This item should be used with a LocalScript in order to work as expected in online mode.
AbsoluteSize
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).