-
Open Explorer & Properties
- In Roblox Studio, enable:
View → ExplorerView → Properties
- In Roblox Studio, enable:
-
Insert a Tool
- In Explorer, right-click StarterPack → Insert Object → Tool.
- Rename it to something like Hammer.
-
Add a Handle (Part)
- Right-click the Tool → Insert Object → Part.
- Rename this part to Handle (this name is required by Roblox for the tool to be usable).
-
Adjust Handle Properties
- Select the Handle part.
- In Properties, set:
Anchored = falseCanCollide = false
- Resize/shape it to look like the handle of a hammer (or leave it as a block for testing).
-
(Optional) Add More Parts for Design
- Add more Parts (e.g., a "head" for the hammer).
- Weld them to the Handle using a WeldConstraint.
-
Test in Play Mode
- Click Play (F5).
- Your tool will automatically appear in the player’s Backpack.
- Press 1 to equip the tool.
- A working Hammer tool spawns in the player’s Backpack.
- The player can equip it with the number keys.