MouseLeave (Event): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(created the page)
(No difference)

Revision as of 04:24, 22 September 2021


There is a special event for 2D GUI objects.

Event
Syntax MouseLeave( )
Description: Fired when a mouse "leaves" or moves off of a GUI Object.
In Object: GuiObject


There is a special event for 3D Handle objects.

Event
Syntax MouseLeave( Axis axis )
Description: Fired when a mouse "leaves" or "stops touching" a 3D Object.
In Object: ArcHandles, Handles