In order to use the `ItemDuplicator` script in a Unity project for a game like "Ruffnauts," you'll need to follow these steps:
1. **Create the Script:**
- Open your Unity project.
- Right-click in the **Project** window, go to **Create** > **C# Script**.
- Name the script `ItemDuplicator` and paste the provided code into the script editor.
2. **Prepare the Prefab:**
- Ensure that you have the `itemPrefab` that the `ItemDuplicator`


