MouseButton2Down (Event)
From Legacy Roblox Wiki
Jump to navigationJump to search
![]() | |
Description | Fired when the mouse is in the right mouse down state on the GUI object. |
---|---|
Member of: | GuiButton |
Example
gui.MouseButton2Down:connect(function() print("Button2 down.") end)