How can I tell if the mouse is over the player?

I am very new to this form of scripting so can someone please provide a sample script that finds if a player’s mouse is over another player, even working if the player’s mouse is over accessories?

We can’t write your script(s) for you, but we can provide you with resources and help for your idea/scripts. See: Continuing the discussion from About the Scripting Support category - devforum.roblox.com.

However, you will be using:

Here’s how I’d do it:
When the mouse moves, get the Target of the mouse and then run a check to see if the Target is a Humanoid.

1 Like

Thanks, I was using Descendants and stuff because of the player’s armor but I guess that works :skull:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.