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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.anyrpg.org/scriptable-objects/interactable-option-configurations/moveable-prefab-config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
