RightButtonDown

Event of: PlayerMouse
Tags:  instance

Fires when the right mouse button is pressed

Parameters
Name Type Description
Example
Players.LocalPlayer.mouse.RightButtonDown:connect(function()
    print ('Right button pressed!')
end)