# Moveable Prefab Config

## Creation

To create a moveable prefab config, find (or create) the *GameName/Resources/GameName/InteractableOptionConfig* folder in the project tab and right click.  Choose *Create > AnyRPG > Interactable > MoveablePrefabConfig*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FDvGXL06We7nNpWVBXtdC%2Fimage.png?alt=media\&token=346129ca-e5c7-47f7-9785-e95b5a818a47)

## Properties

| Name           | Description                                                                                                                   |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Movement Speed | The speed that the prefab will move at.                                                                                       |
| Rotation Speed | The speed that the prefab will be rotated at.                                                                                 |
| Loop           | If true, the prefab will return to its starting position and rotation when done moving, and then continue its movement again. |

## Next Steps

* Add a moveable prefab config to an Interactable to allow it to be moved with a switch.
