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)