LeftButtonUp

Event of: PlayerMouse
Tags:  instance

Fires when the left mouse button is released

Parameters
Name Type Description
Example
Players.LocalPlayer.mouse.LeftButtonUp:connect(function()
    print ('Left button released!')
end)