AbsoluteSize (Property)

From Legacy Roblox Wiki
Revision as of 04:03, 6 January 2012 by >Legend26
Jump to navigationJump to search
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).