Events
4MouseClick
(playerWhoClicked: Instance) → void
| Field | XML type | Value |
|---|
Name | string | MouseClick |
summary | string | Fired when a player clicks on the parent Part of ClickDetector. The argument provided is always of type Player. |
MouseHoverEnter
(playerWhoHovered: Instance) → void
| Field | XML type | Value |
|---|
Name | string | MouseHoverEnter |
summary | string | Fired when a player's mouse enters on the parent Part of ClickDetector. The argument provided is always of type Player. |
MouseHoverLeave
(playerWhoHovered: Instance) → void
| Field | XML type | Value |
|---|
Name | string | MouseHoverLeave |
summary | string | Fired when a player's mouse leaves the parent Part of ClickDetector. The argument provided is always of type Player. |
mouseClick
(playerWhoClicked: Instance) → void
| Field | XML type | Value |
|---|
Name | string | mouseClick |