Version (Property)

From Legacy Roblox Wiki
Revision as of 06:49, 19 February 2012 by >JulienDethurens
Jump to navigationJump to search
Version
Type int
Description A read-only version of the HUD. This number is automatically incremented every time the HUD undergoes a major change.
Member of CoreGui, GuiService


Example
Get the HUD version via a LocalScript:

print(game:GetService("CoreGui").Version) --> 3 print(game:GetService("GuiService").Version) --> 1