This should be fixed now in v2.5.2:
Works perfectly, thank you and have a great rest of your day!
Thank you it worked! I’ve been looking for this for so long!
This is really good but how would you be able to make a ping counter?
If you find a method of reliably measuring a player’s ping, yes.
Just ran upon that since the Topbar goes along with Roblox’s current state it’s impossible to natively make a topbar 100% out of this.
I’ve since changed a few lines of code in the module thinking that Roblox’s topbar is on and remove the additional spacing on the left and right sides.
Would be nice to have a native feature to not turn the topbar off along with Roblox’s topbar.
Sure that’s a good idea, I’ve opened up a ticket here:
Feel free to expand upon that or open up additional issues if you have any further ideas.
The more I use it the more useful it gets!
The only bug I’ve found is that the documentation says passing nil to :setTip() or :setCaption() will remove the tip/caption, although doing so throws an error. Once a tip is assigned it cannot be removed.
Excellent module, I will definitely be using this in my games.
Good spot thanks! I’ve opened up a ticket and will have it fixed for the next update:
Hey, Is there a setting wheel icon? I really need one for my game atm. Cant find any good ones lol
(image label, asset id, website id)
I love the TopbarPlus system. It is very useful. Just one question: how come when I add the :convertLabelToNumberSpinner()
, it will no longer allow me to have an image on that same icon anymore?
Image + spinners aren’t currently supported together although we can consider support for this for the next update if it’s something you need.
For those interested in switching to the Deferred Signal Behaviour TopbarPlus is now compatible:
@Koye_x64 The :setTip and :setCaption nil bug should also be fixed now
I’m having a weird bug with the icons. they work all good but when a player reset/respawn it adds a duplicate of all the icons and starts filling the topbar with the same icons. How can I fix that?
Icons have to be constructed within StarterPlayerScripts or a GUI with ResetOnSpawn set to false
I didn’t notice I accidentally put it on StarterCharacterScripts.
Credit back to this thread is greatly appreciated, anywhere convenient’s fine.
Is there a way that when you press the Shop button it will make the GUI come out from the side, since I don’t want to try messing with what I have already…