[v3!] TopbarPlus v3.0.0 | Construct intuitive topbar icons; customise them with themes, dropdowns, captions, labels and much more

Use :destroy() on the icon. Make sure it doesn’t have any caps

This is an amazing script, I have used it before and it worked fine. For some reason tho, this time when I require the modulescript I do not get any functions with it, it’s recognised as any by roblox. How do I fix this? Did I do something stupid?

1 Like

My script is in starterplayerscripts and there is no way to do the ResetOnSpawn stuff to false.

So I cannot stop it from duplicating.

I’m curious, is there any way to implement a text box into a TopBar button? I’m curious!

1 Like

had this issue too, since its a package u dont get an autofill answer, u have to manually type it in, but it still works

2 Likes

in the sense that you want to change the font or the size of the text box?

1 Like

Well no, I mean putting the TextBox onto the TopBar button.

Then how is it possible that tsb (The Strongest Battlegrounds) doesn’t have that issue? There must be a way to change that.

They use the legacy chat as far as I know

2 Likes

Ah yes it does work with Legacy Chat

Legacy Chat is deprecated, however. It will lose functionality and existing games will have to swap over to TextChatService in the near future. You might have to look into adding the port of legacy chat or make your own system

1 Like

so like having 2 text boxes in the button, one that was automatically created, and another one?

Well no, just one that you can put text in and hook a event to it or something.

iconname:setLabel(“text here”)
iconname:bindToggleItem(whatever u want to open when u click it)

So if I do that, will the TextBox appear like this inside?


[Reference, not the actual image]

this is what it would look like, tho i have modified the themes of the buttons with a different font and background color

this is interesting

image

The Topbar transparency should follow Roblox’s set transparency in-game settings (GuiService.PreferredTransparency). This includes widgets, dropdowns, captions, etc. I hope you’ll update and fix this bug! Also, the captions’ and dropdowns’ animations should be smoother.

Having an issue where centered elements go to the left sometimes. I’m not sure how to replicate it as it’s random. Is there a fix?

When the screen is made smaller, anything set to the center will automatically align to the closest side. This is something that I also have issues with and I wish it stayed centred after the window is made bigger again

1 Like