mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
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.
1.6 KiB
1.6 KiB
title |
---|
Installation |
Installation
Method 1 - Quick and Dirty
- In Roblox Studio, select the folder where you keep your third party modules / utilities.
- Run this in the command bar:
Method 2 - Manual
- Visit the latest release
- Under Assets, click
Promise.lua
-
- Using Rojo? Put the file into your game directly.
- Using Roblox Studio? Open the file, copy its contents, and paste into a ModuleScript and call it
Promise
.
Method 3 - Git Submodule
- Add the Promise repository as a git submodule (ideally within a folder called
submodules
) (tutorial here) - Update your Rojo configuration to point to the appropriate path and sync the file in.
Method 4 - Package Manager
Using a package manager? The repository has a rotriever.toml
.
Next
Now, check out the API reference!