From c8a4f6136ecc8e2a54658c41697f0f6ae9eb5f97 Mon Sep 17 00:00:00 2001 From: IgorTimofeev <11760002+IgorTimofeev@users.noreply.github.com> Date: Sat, 10 Jul 2021 15:47:02 +0700 Subject: [PATCH] Update GUI.lua --- Libraries/GUI.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/GUI.lua b/Libraries/GUI.lua index 8ecc5361..6ea068a7 100755 --- a/Libraries/GUI.lua +++ b/Libraries/GUI.lua @@ -1412,7 +1412,6 @@ local function sliderEventHandler(workspace, object, e1, e2, e3, e4, e5, ...) if object.onValueChanged then object.onValueChanged(workspace, object, e1, e2, e3, e4, e5, ...) end - elseif e1 == "scroll" then object.value = object.value + (object.maximumValue - object.minimumValue) * object.scrollSensivity * e5