BinType (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs No edit summary |
>Trappingnoobs No edit summary |
(No difference)
|
Latest revision as of 20:11, 20 July 2011
The BinType Enum sets what type of HopperBin the object is. It has 5 numbers: | ||
Enum | Name | Description |
0 | Script | Uses a user-made script located in the hopperbin. |
1 | GameTool | The standard tool used to grab bricks. See Game Tool |
2 | Grab | Unlike GameTool, this grabs entire models. See Model Tool |
3 | Clone | Clones a brick that is clicked on. |
4 | Hammer | Deletes a brick that is clicked on. |