RBX.lua.ClickDetector (Object)
From Legacy Roblox Wiki
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()