# Simple Script

**Simplescript** is a new base class that offers an easy start to simple script writing. The example script, *Simple Script* (*SimpleScriptExample.cs*), is a more complex script example utilizing this new base class.

This script shows how you can use the new script base. The example itself does not have any editable properties when added to a scene in Sansar. However, when added to a scene and attach it to an object, you will be able to get the following :

* Users who enter the experience get a welcome message.
* Logs when people leave the experience.
* Resets its position 5 times a second if the object is dynamic.
* Logs when anyone bumps into the object.
* Logs when any other script sends it a message.

Here is a step-by-step guide to using the script:

1. Download the script files from the download link at the end of this article.
2. Follow the instructions provided in [Working with scripts](/latest/creating-in-sansar/working-with-scripts.md) to upload the scripts to your inventory.
3. Drag the scripts to the scene and attach each script to an object. Remember, you may add as many detectors as you wish.
4. There are no parameters for these scripts, so once you finish adding the scripts to your scene, save and build your scene.
5. To test the script, visit the scene once it has been built.

**Note:** These files are also available in the client folder: Program Files > Sansar > Client > Script API > Examples

[Creative Commons License](/latest/creative-commons-license.md)

Have more questions? Join our [Discord!](https://discord.gg/sansarofficial)


---

# 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.sansar.com/latest/script-api-docs/example-scripts/simple-script.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.
