MouseUp (Method)
From Legacy Roblox Wiki
Jump to navigationJump to search
MouseUp( ) | |
Returns | nil |
Description: | Stops the current dragging action (made by MouseDown). |
Member of: | Dragger |
Notes
- Stops the current dragging action.
- Cannot be called if MouseDown hasn't already been called.
- Generally used with Mouse.Button1Up.