Add Equipment Slots to your Roblox project in one command. Requires Node 18+ and a Roblox project — run robloxui init first if you don't have one yet. See the docs.
bashnpx robloxui add equipment-slotsFirst time? Start with the documentation.
import { Equipment Slots } from "./src/client/ui/components/equipment-slots";<EquipmentSlots equipment={{ weapon: "rbxassetid://sword-icon", helmet: "rbxassetid://helm-icon" }} />Character equipment panel with designated slots for helmet, armor, weapon, shield, boots, and accessories. Supports drag-and-drop equip/unequip.
by RobloxUI Team
| Author | RobloxUI Team |
| Framework | Roblox-TS + React-Luau |
| Category | Inventory |
| Dependencies | @rbxts/react |
| Theme Tokens | colors.bgTertiary, colors.border, colors.textMuted, radius.md |
| Last Updated |
| July 31, 2026 |