If you want to make it so the perspective button is still active when you press other buttons, you can use CameraIcon:setProperty("deselectWhenOtherIconSelected", false)
Wow, thank you so much, had no idea this was a thing!
No problem. Sometimes developers doesn’t know that a feature that can change the entire coding exists, it’s pretty common for that to happen.
Is there any bugs? should I use this or other?
No this is a great module, but at the moment it doesn’t look good with Roblox’s new topbar.
You should be more specific on which bug you’re talking about.
Yeah but soon the module will probably update. Also fun fact is that someone already made a theme for TopbarPlus remaking the new roblox topbar UI, it looks pretty good!
There’s only one bug tho, for some reason when i tried it, my icons images weren’t showing up.
TopbarPlus won’t be receiving any future updates from Ben.
Aw man that’s unfortunate actually.
I’ve already worked on a new module which replicates the topbar 1:1 and doesn’t have a bunch of useless features. Watchout for the release.
Supports:
Text icons,
Unibars,
Context menus,
and tooltips
Which are all 1:1 with the new GUI
Nah Didn’t help for now
I need to detect then button is selected and then deselect
If you want to make it so that it detects when the buttons is selected, you should use:
yourIconName:bindEvent("selected", function()
and then for deselecting:
yourIconName:bindEvent("deselected", function()
That sounds awesome. I’ll be on the lookout for it.
That can be true since Ben last entered the forums at the beginning of this year
but we will see in the future
Great to see! I gotta try this out!
Are you going to update it for the new roblox ui topbar
Hi, this should work: icon:autoDeselect(false)
It seems like you forgot to account for :setRight
’s with your theme. Another thing is that everything is misaligned quite badly.
Can you fix these so I can utilize them in production?
I’m pretty sure the updated topbarplus is for my version of the theme (it fixed the bug with hovers since my theme relied on some buggy values that foreverHD neglected). Also sure both themes are out of date since they changed the vertical height that the bar sits at (I think).
(if i am wrong then sorry mb)
(Ok I’m probably wrong will check later)