Skip to content

Setting up

WARNING

Trying to use Luatri with StreamingEnabled during the initial development phase is not supported and can and will break Luatri.

First installation

The install is as follows:

  1. Go to the release page.
  2. Download the .rbxm file.
  3. Drag the .rbxm file into your game and follow the instructions.

Your game now has Luatri! The explorer structure should now look like this:

. 
├ ReplicatedStorage
│ └ Luatri
│   └ ... whatever modules we have
├ StarterGUI
│  └ GUI
└ StarterPlayer
   └ StarterPlayerScripts
      └ Luatri
        ├ DevTools
        └ ... whatever else

Ok, so what now?

Now you just start setting up stuff that makes your FPS go up!