# Roblox iOS Widget Installation Guide

1. Download [Scriptable from the App Store](https://apps.apple.com/us/app/scriptable/id1405459188?uo=4) on your iOS device.
2. Visit the [wlft/scriptable](https://github.com/wlft/scriptable) on GitHub.
3. Find the script you wish to install. For demonstration purposes, this tutorial will use the [universe\_stats.js](https://github.com/wlft/scriptable/blob/main/widgets/R/Roblox/universe_stats/uvstatsv1.js) script.
4. Click 'raw' and copy and paste the entire script to your clipboard.
5. Open the Scriptable app and tap the plus icon (+) at the top right of the app.
6. Paste the code into editor.
7. Depending on your selected script, there may be options that require you to edit the script. For example, universe\_stats.js has a variable called `universe` which will dictate which universe the widget will target. You can edit this ID in the script to change the behaviour of the widget.
8. To add the widget to your homescreen, close the app and navigate to the page on your homescreen that you want your widget on.
9. Hold down your screen until you see the 'Edit' option.
10. Tap 'Add Widget'.
11. Find or search for 'Scriptable'.
12. Add the ideal size of your widget. This depends on which script you're installing.
13. Once you've picked the correct size, tap 'Add Widget'.
14. While still editing your homescreen, tap the empty widget.
15. Under 'Script', tap 'Choose' and select the script that you just added.


---

# 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://gitbook.wolfite.dev/scriptable/roblox-ios-widget-installation-guide.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.
