The Enum data type represents an individual enum in Roblox. An individual enum can be indexed through the Enums type, via the name of the enum itself.
Returns an array of all EnumItem options available for this enum.
Converts an enum name to an Enum.
Converts an enum value to an Enum.
Returns an array of all the EnumItem options available for this enum.
Returns either the converted Enum or nil.