# How to grab and move an object?

To grab and move an object, first ensure that the **Manipulation Handler (Script)** and **Near Interaction Grabbable (Script)** components are added to the object. The **Manipulation Handler (Script)** allows you to manipulate an object while the \*\*Near Interaction Grabble (Script) allows the object to respond to near hand interactions.

To add the scripts to the object, first select the object in the Hierarchy window. In the Inspector window, click **Add Component** and search for each script. Once found, select the script to add to the object.

![Add Manipulation Handler Script component](https://1227696974-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoMjAI1irMPA8c0ezFQ%2Fuploads%2Fgit-blob-266e959387e715f17d857783ef43cd7bd6afc2be%2Fmanipulation_handler.png?alt=media)

With the object selected, in the Inspector window, navigate to the **Manipulation Handler (Script)** component to modify the component's parameters.

![Manipulation Handler Parameters](https://1227696974-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoMjAI1irMPA8c0ezFQ%2Fuploads%2Fgit-blob-f63eaa26528a8922b042203c8f341e2287bcddad%2Fmanipulation_handler_parameters.png?alt=media)

You can move an object using one or two hands. This setting is dependent on the **Manipulation Type** parameter. The **Manipulation Type** can be limited to either:

* One Handed Only
* Two Handed Only
* One and Two Handed

Select the preferred **Manipulation Type** so that the user is restricted to use one of the available manipulation types.

![Manipulation type](https://1227696974-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoMjAI1irMPA8c0ezFQ%2Fuploads%2Fgit-blob-76fca8a4680cc7b8bb2332227ca19f6bbe54f02d%2Fmanipulation_type.png?alt=media)

You can now test grabbing and moving the object using the in-editor simulation. Press the **Play** button to enter Game mode. Once in Game mode, hold the space bar to bring up the hand and use the mouse to grab and move the object.

![Add object and action](https://1227696974-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoMjAI1irMPA8c0ezFQ%2Fuploads%2Fgit-blob-f5c43c8a10b761b22f7b0a16c9e854bfcfac26e8%2Fgrab_move_object.png?alt=media)
