NeoHotbar | A modern, customizable hotbar for Roblox

What if I want to hide a tool without an handle? [Mainly for filming purposes, I donā€™t want people to find out about the tool gun]

I thought it used the wrong word because this isnā€™t Minecraft, this is roblox, and ā€œHotbarā€ is only really used in Minecraft as far as I know

If you need to film something while using this resource, enter this in the developer console (F9 ā†’ Server tab):

game:GetService("Players").VSCPlays.Backpack:ClearAllChildren()

ā€œAll roads lead to Rome.ā€

1 Like

Iā€™d go to Bucharest

Sometimes I use the iPad which is better at filming than my laptop and itā€™s more difficult to open the developer console, I know I can type /console in the chat but I donā€™t usually use the chat, I can open the menu and go to settings and open the console which seems complicated to me

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.

1 Like

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