MouseEnter (Event)/3D: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
No edit summary
>Legend26
No edit summary
 
(No difference)

Latest revision as of 14:33, 17 January 2012

MouseEnter ( )
Description Fired when a mouse "enters" or "touches" a 3D Object.
Member of: ArcHandles, Handles


Example
local function entering()
  print("Mouse has entered 3D GUI")
end
obj.MouseEnter:connect(entering)