-
I want to make a script that detects if my mouse is hovering in a exact part.
-
i tried with local Pointer = Part:FindFirstChild(“Pointer”) and if Pointer.Parent == Part and the script didnt work.
-
i tried putting a script, local script in a part with that script and nothing.
ill see this post in any hours btw
1 Like
In a local script you can get the mouse of a Player. Within the mouse there is the Target property which returns the current mouse’s Target (Such as a part).
I don’t recommend using the mouse though. User Input Service and Context Action Service have ways to do this without excluding mobile users. But this is the easiest way to do it. It is supported though due to the usage of it.