Installation
Method #1 - RepoToRoblox
Using the RepoToRoblox plugin is the easiest way to install in Studio.
- In the RepoToRoblox widget, enter
howmanysmall
as the owner andthread-utilities
as the repository. - Click the Clone Repository button.
Method 2 - Wally
- Setup Wally by using
wally init
. - Add
howmanysmall/thread-utilities
as a dependency.
[dependencies]
ThreadUtilities = "howmanysmall/thread-utilities@^1.2.0"