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
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.
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)
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
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.
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.
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.