BinType (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Outofspace
cat added
Line 11: Line 11:


This Enum set is used by the [[RBX.lua.HopperBin|HopperBin]]
This Enum set is used by the [[RBX.lua.HopperBin|HopperBin]]
[[Category:Enum]]

Revision as of 18:28, 3 August 2008

The Enum BinType sets what type of HopperBin the object is. It has 8 numbers:

  • 0: Script (user created script)
  • 1: Game Tool
  • 2: Grab
  • 3: Clone (copy)
  • 4: Hammer (delete)
  • 5: Slingshot (recommended to use newer version)
  • 6: Rocket (recommended to use newer version)
  • 7: Laser (Death laser, not recommended)

This Enum set is used by the HopperBin