Is There A Way to Detect If A Player Is Using A Mouse?

I am currently making a platform detection script and want to see if i can detect if a player is using a mouse or not. I do not want alternate ways to detect if a player is using computer, i just want to know whether it is possible to detect whether the player is using a mouse or not.

Any help is appreciated!

1 Like

I think UserInputService.MouseEnabled would be what you want:

3 Likes