I tried to make TopBarPlus v3 open a frame and i tried for hours and didnt work this is my code:
local TopBarPlus = require(game.ReplicatedStorage:WaitForChild("Icon"))
local settingsFrame = game.StarterGui.bat.Settings.SettingsFrame
TopBarPlus.new()
:setImage(11385161073)
:align("Right")
:setLabel("Settings")
:bindEvent("deselected", function()
settingsFrame.Visible = not settingsFrame.Visible
end)
:oneClick()```
** You are now Level 3! **