vinboi
|
  |
| Joined: 29 Jul 2012 |
| Total Posts: 1278 |
|
|
| 25 Jun 2016 06:42 PM |
I see it a lot and I have no idea what it does.
Example is here: humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
https://www.roblox.com/CHIN-CHIN-item?id=300039082 |
|
|
| Report Abuse |
|
|
Soybeen
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 21462 |
|
|
| 25 Jun 2016 06:48 PM |
It means Enumeration. It has something to do with the way data is stored, for example:
Enum.Material.Water -- you can replace Water with Grass/Rock/Slate/Wood etc, all under the Enum.Material notation
|
|
|
| Report Abuse |
|
|
AxonMega
|
  |
| Joined: 29 Aug 2014 |
| Total Posts: 2403 |
|
|
| 25 Jun 2016 06:50 PM |
| Enumerations are sort of like multiple choice values, like the material of a part, such as Enum.Material.Plastic. |
|
|
| Report Abuse |
|
|