ControllerType (Enum)

From Legacy Roblox Wiki
Revision as of 10:41, 3 September 2008 by >Mindraker
Jump to navigationJump to search


The Enum ControllerType sets the controller for an object. It has 8 numbers:

  • 0: None
  • 1: KeyboardRight
  • 2: KeyboardLeft
  • 3: Joypad1
  • 4: Joypad2
  • 5: Chase (chases nearest player)
  • 6: Flee (runs from all players)
  • 7: Player

This enum set is used by the Controller property.