NeoHotbar | A modern, flexible hotbar for Roblox

Then add a button in your game that appears solely for your user ID, there’s always a solution :man_shrugging:

Either way, this use case is not really relevant to the resource. Resources don’t have - and shouldn’t try to have - a solution for every problem imaginable.

2 Likes

I have a ton of alt accounts [I have more than you think, I haven’t counted how many accounts I made, I haven’t even got terminated in any account yet] which is why I’d use group ranks like this

player:GetRankInGroup(game.CreatorId) > 1

(the highlighted parts are ranks that indicate me, and I throw my alts there)
image

Agreed.

Can also agree, but for filming purposes I need to hide tools so no one can find out about the admin tools

This is a really good resource — but is there a way to programmatically change the “Tool Index”? By “Tool Index”, I mean the position of a tool in the hot bar. Also adding a simple “backpack” system could be nice, since the default Roblox one sucks

1 Like

Hi again,
Does this have tool stacking available? Like 3 grenades stack in slot 1 and a little 3 is above or in slot 3… to show the stacked qty

1 Like

I am struggling making my own hotbar, Can you tell me how do you properly take into account different resoloutions on the hotbar GUI

This hotbar uses the same methods Roblox uses, which is an Offset and AutomaticSize-based approach. This makes it look very proportionally different on say a phone V.S. a 4K monitor, but ultimately more accessible.

Was looking into using this and tried out the demo, seems to be breakable?

My bad, that issue was fixed a while ago. I just forgot to update the demo place with the fix.

1 Like

Ah, alrighty! Is there any plans to open the backpack to store tools?

Are you planning on any updates ?

Thanks

1 Like

You mean an inventory like in the vanilla Roblox backpack UI? No, not really. NeoHotbar is designed to improve the core hotbar experience and be otherwise unobtrusive.

I’d recommend reducing the amount of tools the player has to worry about. Mobile users especially will appreciate the lack of clutter. You could also make an external inventory menu and integrate it with a NeoHotbar CustomButton. :+1:

1 Like

Sorry, stacked tools isn’t planned. You should consider integrating quantities directly into the tools themselves.

If there’s demand for it, I could update NeoHotbar to detect and show ToolTip changes when they happen. For things like “2 left” when you use up one of your grenades for example.

There is high demand!
That would be cool, if it had a little box that showed quantity by the tool slot…

You can try modify the backpack, since Roblox’s backpack system doesn’t have that mechanic.

v1.1.1 :sparkles:

  • Redisplays ToolTip when changed (very useful for ammo, quantities, etc!)
  • Updated UI to better match new Roblox CoreGuis


1 Like

You could also add a cooldown thing where the hotbar button moves down a transparent white frame.

Good suggestion, but I’m more focused on enhancing the core hotbar functionality than building out specific use-cases.

2 Likes

Why are there two posts about this?

You should add saving the order of the tools.

This feature is incompatible with NeoHotbar’s design, as there aren’t a set amount of tools you can have.