Roblox iOS Widget Installation Guide
A quick and easy guide to install widgets via Scriptable from the wlft-roblox-ios-widgets repository.
Download Scriptable from the App Store on your iOS device.
Visit the wlft/roblox-ios-widgets repository on GitHub.
Find the script you wish to install. For demonstration purposes, this tutorial will use the universe_stats.js script.
Click 'raw' and copy and paste the entire script to your clipboard.
Open the Scriptable app and tap the plus icon (+) at the top right of the app.
Paste the code into editor.
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.To add the widget to your homescreen, close the app and navigate to the page on your homescreen that you want your widget on.
Hold down your screen until you see the 'Edit' option.
Tap 'Add Widget'.
Find or search for 'Scriptable'.
Add the ideal size of your widget. This depends on which script you're installing.
Once you've picked the correct size, tap 'Add Widget'.
While still editing your homescreen, tap the empty widget.
Under 'Script', tap 'Choose' and select the script that you just added.
Last updated