From 25ef780336fbda8275380c6084418469dc66453c Mon Sep 17 00:00:00 2001 From: Dog2puppy Date: Wed, 23 Sep 2020 22:53:02 -0400 Subject: [PATCH] Configure HttpEnabled when installing When using the command bar script, it first stores the current setting of HttpEnabled, sets it to true, adds the module, and sets it back to the previous value. This removes the step requiring the user to configure HttpEnabled within the Game Settings window. --- lib/Installation.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/lib/Installation.md b/lib/Installation.md index 35c43f2..4366bed 100644 --- a/lib/Installation.md +++ b/lib/Installation.md @@ -6,11 +6,18 @@ title: Installation ### Method 1 - Quick and Dirty -1. Make sure HTTP requests are enabled in Game Settings -2. In Roblox Studio, select the folder where you keep your third party modules / utilities. -3. Run this in the command bar: +1. In Roblox Studio, select the folder where you keep your third party modules / utilities. +2. Run this in the command bar: - + ### Method 2 - Manual @@ -31,4 +38,4 @@ Using a package manager? The repository has a [`rotriever.toml`](https://github. ## Next -Now, check out the [API reference](/lib)! \ No newline at end of file +Now, check out the [API reference](/lib)!