The .Activated event does not work in this setup for some reason…
local graphicsBtn = settingsFrame.ScrollingFrame.Graphics.Switch
graphicsBtn.Activated:Connect(function()
print("activated")
end)
Tried using outside of this setup, works perfectly, also tried ImageButton
but still does not work…
I know I can use MouseButton1Click
but I want it to work on all platforms by using .Activated, other buttons with the similar setup do work, see the screenshot below:
And yes I’ve tried re-naming it to Dot
or anything else, and it didn’t work