diff --git a/Mt.rbxlx b/Mt.rbxlx index 7f37266..9bcc8bd 100644 --- a/Mt.rbxlx +++ b/Mt.rbxlx @@ -82,18 +82,18 @@ - -151.715057 - 41.4328918 - -181.816376 - -0.493952453 - -0.858784437 - 0.13601692 - -0 - 0.156433195 - 0.987688661 - -0.869489014 - 0.48787123 - -0.0772705525 + -152.884033 + 40.7323837 + -182.914917 + -0.813155055 + 0.371016264 + -0.448470592 + 1.49011612e-08 + 0.770505607 + 0.63743335 + 0.582047164 + 0.518332124 + -0.626540482 null 0 @@ -3518,11 +3518,14 @@ function MSpinBox.Init(parent) function() return uis:IsKeyDown(inputObj.KeyCode) end, 0.04 ) - elseif inputObj.UserInputType == Enum.UserInputType.MouseWheel then - self:IncValue(if inputObj.Position.Z==1 then 1 else -1) end end end) + uis.InputBegan:Connect(function(inputObj: InputObject) + if inputObj.UserInputType == Enum.UserInputType.MouseWheel then + self:IncValue(if inputObj.Position.Z==1 then 1 else -1) + end + end) return self end