Version (Property)
From Legacy Roblox Wiki
![]() | |
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