Installation
Method #1 - RepoToRoblox
Using the RepoToRoblox plugin is the easiest way to install in Studio.
- Make sure you have set your GitHub authentication token in the plugin settings.
- In the RepoToRoblox widget, enter
bura-games
as the owner anddata-structures
as the repository. - Click the Clone Repository button.
Method 2 - Manual
- Visit the latest release
- Under Assets, click
DataStructures.rbxm
- Using Rojo? Put the file somewhere where Rojo can sync it.
- Using Roblox Studio? Drag the file onto the viewport. It should insert under Workspace.
Method 3 - Wally (UNIMPLEMENTED)
- Setup Wally by using
wally init
. - Add
bura-games/data-structures
as a dependency.
[dependencies]
DataStructures = "bura-games/data-structures@^1.0.0"