Is there any way to detect a spinning part, like a hamster wheel for example? Also is there any way to detect how far a part has spun?
I mean, I can give a logical answer, not a script.
Basically you just have to record the old position and compare it to the current position with a little delay, basic as that, you can detect if it's moving. Another thing you can do is estimate the current position with how much movement it does and see if the old position and that match up.
If this doesn't work, please do not down vote me