From 3dd7834f963ba990bec83380815b54c7a6fdc1c3 Mon Sep 17 00:00:00 2001 From: rebecca Date: Sat, 28 Feb 2026 23:36:32 +0000 Subject: motion --- motion.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/motion.lua b/motion.lua index a4a9b3c..f862f0e 100644 --- a/motion.lua +++ b/motion.lua @@ -21,7 +21,8 @@ local function strengthclamp(x) return math.max(math.min(x,4),0) end parallel.waitForAny( function() while true do - if hover then p.launch(0,-90,vstrength) end + if hover then p.launch(0,-90,vstrength) + else os.sleep(0) end end end, function() while true do vtext.setText(tostring(vstrength)) -- cgit v1.2.3