diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx
index a4f29fda9..a28c35c67 100644
--- a/source/funkin/play/PlayState.hx
+++ b/source/funkin/play/PlayState.hx
@@ -923,9 +923,6 @@ class PlayState extends MusicBeatSubState
 
     // Moving notes into position is now done by Strumline.update().
     processNotes(elapsed);
-
-    // Dispatch the onUpdate event to scripted elements.
-    dispatchEvent(new UpdateScriptEvent(elapsed));
   }
 
   public override function dispatchEvent(event:ScriptEvent):Void