Enums

非推奨を表示

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.

概要

方法

方法

GetEnums

Returns an array containing all available Enums on Roblox.

戻り値