Enums

Show Deprecated

The Enums data type, more commonly known as Enum by its global variable in Lua), acts as the root access point for all available enums on Roblox. All enums on Roblox are indexed via their name through this data type, and developers can also utilize the GetEnums() method to get a list of all enums on Roblox.

Summary

Methods

Methods

GetEnums

Returns an array containing all available Enums on Roblox.

Returns