Installation
Luau Futures has support for any Luau environment, relying only on the coroutine library.
We support installing the library from either wally or pesde, with wally being used internally for development.
Wally
[dependencies]
Futures = "yetanotherclown/luau-futures@^2.0.0-beta.3"
note
Wally does not export types automatically and will display a type-error in one of the Dependencies.
To fix this, see https://github.com/JohnnyMorganz/wally-package-types.
Pesde
[dependencies]
Futures = { name = "yetanotherclown/luau_futures", version = "^2.0.0-beta.3", target = "luau" }
Or, you can run pesde add yetanotherclown/luau_futures --target luau --alias Futures
.
GitHub Releases
You can also find .rbxm files for use within Studio directly within GitHub Releases.
Get the Latest Release.