Skip to content

Commit d3cc088

Browse files
Update Aimbot.lua
1 parent 4b764de commit d3cc088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Aimbot.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ OptionsSection:AddSlider({
128128
Color = Color3.fromRGB(246, 66, 114),
129129
Increment = 1,
130130
Callback = function(value)
131-
smoothing = value/2
131+
smoothing = value/100
132132
end
133133
})
134134
OptionsSection:AddToggle({

0 commit comments

Comments
 (0)