Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to check if a players mouse is still without Mouse.Idle?

Asked by 4 years ago

I am trying to detect if a players mouse is still, but Mouse.Idle isn’t the most efficient way. Is there any other way I can detect is a players mouse is still.

0
This is a little bit complicated. I’ll show you a plan though. You get the current mouse position and have a loop record it in a table, then after a couple of seconds if it is the same position then it is idle, else then it is active. 123nabilben123 499 — 4y

Answer this question