Creating a script that allows you to grab unanchored parts and manipulate them in Roblox can be accomplished with a LocalScript and a few key events. Below is a script to do what you described. This script should be placed in a LocalScript in StarterPlayerScripts or StarterCharacterScripts.
### 1. Setup LocalScript
First, create a LocalScript in Roblox Studio under `StarterPlayer > StarterPlayerScripts`. Then you can copy and paste the


