> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/interactable-option-configurations/moveable-prefab-config.md).

# 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*.

## 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.
