RightButtonUp
Event of: PlayerMouse
Tags: instance
Fires when the right mouse button is pressed
Parameters
| Name | Type | Description |
|---|
Example
Players.LocalPlayer.mouse.RightButtonUp:connect(function()
print ('Right button released!')
end)
Fires when the right mouse button is pressed
| Name | Type | Description |
|---|
Players.LocalPlayer.mouse.RightButtonUp:connect(function()
print ('Right button released!')
end)