Installation
#
Method #1 - RepoToRobloxUsing Boatbomber's RepoToRoblox plugin is the easiest way to install in Studio.
- In the RepoToRoblox widget, enter
howmanysmall
as the Owner andenumerator
as the Repo. - Click the Clone Repo button.
#
Method #2 - HttpServiceThis method uses HttpService
to install enumerator.
- In Roblox Studio, paste the following command into your command bar.
- Run the following command:
#
Method 3 - Manual- Visit the latest release
- Under Assets, click
enumerator.rbxm
- Using Rojo? Put the file into your game directly.
- Using Roblox Studio? Drag the file onto the viewport. It should insert under Workspace.
#
Method 4 - Wally- Setup Wally by using
wally init
. - Add
howmanysmall/enumerator
as a dependency.
[dependencies]enumerator = "howmanysmall/enumerator@^2.2.2"