HD Admin Icon - Customisation Options
Here’s a few recommendations specifically for the TopBarPlus icon for HD Admin:
- Make it so that you can configure a keybind to make the icon disappear from the top corner of your screen. (Issue brought up by <@514761890321268746>)
- Make it possible to set an image/colour/gradient as a foreground of the icon itself, either from the Settings ingame or from the script.
- Make the alignment of the icon configurable in the Settings too, a default being able to be set in the Settings.
(The last two are possible using TopBar already but it is a bit of a workaround to it.)
@ForeverHDTeam · Solution
all three are already possible, because the client API hands you the actual icon and it's a TopbarPlus Icon, so the whole TopbarPlus API applies to it:
and that goes in a LocalScript in your game. docs for getAppIcon are at hdadmin.com/client-api and the icon methods at nanoblox.com/topbarplus/api
i'm not 100% sure how popular a Game Setting within the panel to customise the icon's position would be. if it's something which you really really need, consider opening a separate suggestion for this, and if it gets a lot of interest, i can then consider adding. thanks for your suggestions mav!