MouseDrag (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Tenal No edit summary |
>Tenal No edit summary |
(No difference)
|
Latest revision as of 03:36, 7 February 2012
|
Example
local function dragging() print("Mouse is dragging the 3D GUI") end obj.MouseDrag:connect(dragging)