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:
- Go to the release page.
- Download the .rbxm file.
- 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!