Version (Property)

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

type = int

Member of CoreGui, GuiService


Example
Get the HUD version via a LocalScript:

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