HotzBar
HotzBar is a lightweight, customizable hotbar system for Roblox developers who want flexibility, responsiveness, and modern UI design—all with minimal setup.
Pros
- Responsive & Efficient – Built to react smoothly across devices.
- Highly Customizable – Full control over selection visuals, layout, and behavior.
- Cross-Platform – Works on PC, mobile, tablet, and console.
- Extended Tool Support – Supports more than 10 tools with dynamic overview support.
Cons
- Initial Load Delay – 1–2 second delay on player join due to setup time.
- No Drag/Reorder (Yet) – Drag-and-drop and tool reordering are not available currently.
🔧 Features
Alignment Options
You can align the hotbar to the top, bottom, left, or right of the screen. Perfect for matching any game aesthetic. (Default: bottom)
Instant Reloading
Tools are automatically restored and equipped after death—unless manually removed by your own scripts.
Non-Invasive
HotzBar won’t interfere with your existing tool scripts or logic. It plays nicely with all custom behavior.
Fully Customizable UI
Customize hover, click, select, and deselect effects with detailed control over appearance and behavior.
📦 Constructor Setup
Here’s how easy it is to get started:
local HotzBar = require(game.ReplicatedStorage:WaitForChild("HotzBar"))
local HotBar = HotzBar.new() -- Initializes HotzBar with one line
HotBar.align("right") -- Aligns the bar (default is "bottom")
HotBar.styles.selection({ -- Awesome very customizable function
SelectionStroke = {
Enabled = true,
SizeUponSelection = 1.5,
SizePriorToSelection = 0.5,
TransparencyUponSelection = 0,
TransparencyPriorToSelection = 0.2,
},
Icon = {
Enabled = true,
TransparencyUponSelection = 0.2,
TransparencyPriorToSelection = 0.2,
BackgroundColorUponSelection = Color3.fromRGB(255, 255, 255),
BackgroundColorPriorToSelection = Color3.fromRGB(255, 255, 255),
},
})
💰 Pricing
This is my first public product, and I’m excited to share it with other developers!
Intro Price: 35 Robux
Links
Product Hub: CloudSpire Hub on Roblox
Discord Server: Join the Community