Topbarplus strongest battlegrounds settings recreate help

So im making a topbar for my game using topbarplus and i saw in the game The Strongest Battlegrounds
they had this good looking settings topbar toggle system which i would like to recreate but i just don’t know how

so if anyone could help i would really appreciate it

// strongest battlegrounds //

Screenshot 2023-12-22 162914

// mine //

Screenshot 2023-12-22 162830

3 Likes
  1. Please try to find any functions in TopbarPLUS documentation before asking for any help.

  2. If you’re talking about the green and red thingy’s, then you can use :bindEvent on the function you want to select the icon so it changes the image with :setImage("rbxassetid://yourid")

Here’s some examples:

icon:setImage("rbxassetid://yourid") -- for example, here's the green one if you want it activated by default
icon:bindEvent("selected", function()
     icon:setImage("rbxassetid://yourid") -- and here the red one for disabling it

You can also use :bindEvent("deselect", function() to do the opposite of selecting it.

6 Likes

thanks for your help tho but i forgot to close this topic i already found out

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.