Skip to main content

Installation

Method #1 - RepoToRoblox

Using Boatbomber's RepoToRoblox plugin is the easiest way to install in Studio.

  1. In the RepoToRoblox widget, enter howmanysmall as the Owner and fast-rotated-region3 as the Repo.
  2. Click the Clone Repo button.

Widget

Method #2 - HttpService

This method uses HttpService to install FastRotatedRegion3.

  1. In Roblox Studio, paste the following command into your command bar.
  2. Run the following command:

Method 3 - Manual

  1. Visit the latest release
  2. Under Assets, click FastRotatedRegion3.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

  1. Setup Wally by using wally init.
  2. Add howmanysmall/fast-rotated-region3 as a dependency.
[dependencies]
RotatedRegion3 = "howmanysmall/howmanysmall/fast-rotated-region3@^1.0.0"

Next

Now, check out the API reference!