What accessories are and where to find them in Studio
An accessory in Roblox Studio is a wearable item that attaches to a character's body — a hat, backpack, tool, or piece of jewelry. When you add an accessory to your game, players can wear it on their avatar. Accessories are stored in the Toolbox, which is the panel on the left side of Studio that holds all the building parts, scripts, and models you can insert into your game.
To see the Toolbox, look at the left side of your Studio window. If you don't see it, go to the View menu at the top and click Toolbox. The Toolbox opens as a vertical panel showing different categories of items you can add to your game.
Key Takeaways
- Accessories are found in the Toolbox under the Accessories category, and you search for them by name or browse the list.
- To add an accessory to your game, you drag it from the Toolbox into the Workspace, which is the main area where your game world lives.
- Accessories attach to specific body parts through attachment points, so a hat goes on the head and a backpack goes on the torso.
- You can test whether an accessory looks right by running your game with the Play button and seeing how it appears on a character.
- If an accessory doesn't show up or looks wrong, check that it's in the Workspace and that the attachment point matches where you want it to go.
Finding accessories in the Toolbox
Open the Toolbox on the left side of Studio. At the top of the Toolbox panel, you'll see a search bar and a dropdown menu that says All Categories or shows the current category. Click that dropdown and select Accessories. The panel will now show a list of available accessories organized by type.
You can scroll through the list to browse, or you can type a name in the search bar to find a specific accessory faster. For example, typing "fedora" will show only hats with that name. Each accessory in the list shows a small thumbnail image so you can see what it looks like before you add it.
Dragging an accessory into your game
Once you find an accessory you want, click and hold on it in the Toolbox list. While holding the mouse button down, drag the accessory into the main Workspace area — the large central window where your game world appears. Release the mouse button to drop it into the game.
The accessory will appear in the Workspace, usually near the center of the screen. You'll also see it listed in the Explorer panel on the right side of Studio, which shows all the objects in your game. The accessory is now part of your game, but it's sitting loose in the world. To make it actually attach to a character, you need to understand how attachments work.
Understanding attachment points
Every accessory in Roblox has an attachment point — a specific location on a character's body where it belongs. A hat attaches to the head, a backpack attaches to the torso, and a sword might attach to the right hand. These attachment points are built into the accessory model itself.
When a player wears the accessory, Roblox automatically connects the accessory's attachment point to the matching point on the player's character. You don't have to manually position it — the game handles that. This is why accessories always appear in the right place on a character, even if players have different body sizes or shapes.
If you're creating a custom accessory, you need to make sure the attachment point is set correctly inside the accessory model. For most cases, you'll be using accessories that already exist, so the attachment point is already done for you.
Testing your accessory in the game
To see how your accessory looks when a player actually wears it, you need to run your game. Click the green Play button at the top of Studio. Your game will start, and you'll see a character in the game world. If the accessory is set up correctly, it should appear on the character's body at the right attachment point.
Stop the game by clicking the red Stop button. If the accessory didn't appear or looked wrong, go back and check that it's in the Workspace and that the attachment point is correct. You can also look at the accessory's properties in the Explorer panel to see what attachment it's using.
Positioning and rotating accessories if needed
Most of the time, an accessory will be in exactly the right place once you add it. But if you need to adjust its position or angle, you can use the Move and Rotate tools in Studio. Click on the accessory in the Workspace to select it, then use the arrow buttons at the top of Studio to move it or the rotation controls to turn it.
Be careful when adjusting position — if you move an accessory too far from where it should attach, it might look strange on a character. It's usually better to leave the positioning alone and only adjust it if something is clearly wrong. Test your changes by running the game again to see how it looks on an actual character.
Removing or replacing an accessory
If you want to remove an accessory from your game, click on it in the Workspace or in the Explorer panel on the right, then press the Delete key on your keyboard. The accessory will disappear from your game.
To replace it with a different accessory, straightforward add a new one using the same drag-and-drop method. You can have as many accessories in your game as you want, and players can wear multiple accessories at the same time — a hat and a backpack and a tool, for example.
Frequently Asked Questions
Why doesn't my accessory show up when I play the game?
The accessory might not be in the Workspace, or it might be hidden. Check the Explorer panel on the right and make sure the accessory is listed there. If it's listed but not visible, click on it and check its properties to see if it's set to invisible or if the attachment point is wrong.
Can I use accessories from the Roblox catalog in my game?
Yes. The Toolbox shows accessories that are available for use in Studio. When you drag one into your game, you're adding it to your game world. Players will see it when they play, but they don't automatically own it — you control which accessories appear in your game.
What if I want to create my own custom accessory?
Creating a custom accessory requires modeling skills and understanding how attachment points work. You would build the accessory model in Studio or another 3D program, set up the attachment point, and then upload it to Roblox. This is more advanced than adding an existing accessory.
Can accessories move or animate?
Yes, but it requires scripting. By default, an accessory just sits on a character. To make it swing, rotate, or react to the player's movement, you would write a script that changes the accessory's position or rotation over time. This is a more advanced topic beyond basic accessory placement.
How many accessories can I add to my game?
There's no hard limit, but adding too many accessories can slow down your game. Each accessory takes up memory and processing power. Start with what you need and test your game's performance as you add more.