RBX.lua.ClickDetector (Object)

From Legacy Roblox Wiki
Revision as of 00:30, 8 April 2008 by >N2KC
Jump to navigationJump to search

The ClickDetector object allows ALL PLAYERS to click on a part without having to script extra tools that would normally do this action. The MouseClick() event must be handle via Script. This object must be the child of a Part.

Functions

The ClickDetector object only incorporates global functions.

Properties

In addition to global properties, ClickDetector also has these:

  • (MaxClickDistance?)

Events

In addition to global events, ClickDetector also has these:

  • MouseClick()