1ForeverHD / TopbarPlus

Construct dynamic and intuitive topbar icons. Enhance the appearance and behaviour of these icons with features such as themes, dropdowns and menus.
https://devforum.roblox.com/t/topbarplus/1017485
Mozilla Public License 2.0
95 stars 123 forks source link

Not working #70

Closed jinsek-best closed 6 months ago

jinsek-best commented 1 year ago

Icon.new() :setImage("rbxassetid://12107448938") :setLabel("", "deselected") :setLabel("Close", "selected") :setLabel("OTHER GAMES!", "hovering") :setTheme(Themes.BlueGradient) :setCaption("ALLIES: LUKDOSTUDIO and MILANTV STUDIO") :bindEvent("selected", function(icon) game.Players.LocalPlayer.PlayerGui.Shop.Enabled = true end) :bindEvent("deselected", function(icon) game.Players.LocalPlayer.PlayerGui.Shop.Enabled = false end) :setTip("JINSEK955 STUDIO") :setMid()