Skip to content

Commit b2a6a8f

Browse files
Togglecircle now Tweens properly (#19)
1 parent dcdb7a6 commit b2a6a8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Example.client.luau

-2
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ ToggleKeybind:Keybind("KeybindInToggle", {
312312

313313
ToggleKeybind.Keybind:SetValue("A")
314314

315-
print(ToggleKeybind.Keybind.Instance)
316-
317315
task.spawn(function()
318316
while true do
319317
wait(1)

src/Elements/Toggle.luau

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ function Element:New(Idx, Config)
7777
UDim2.new(0, Toggle.Value and 19 or 2, 0.5, 0),
7878
Enum.EasingDirection.Out,
7979
Enum.EasingStyle.Quint,
80-
.25
80+
.25,
81+
true
8182
)
8283

8384
TweenService:Create(

0 commit comments

Comments
 (0)