Installation
Here are three ways how you can install Rethink:
Warning
Rethink is still in the alpha release! Expect engine breaking bugs. In case of encountering a bug, feel free to create an issue on the GitHub page!
Wally
In the future I plan on adding Rethink to wally for easier access.
1. From roblox
This is probably the most easiest way to get Rethink into your game! Click here!
Steps
- Grab the model here!
- In roblox studio open up the library
- Go to your inventory and search for Rethink
- Insert Rethink into your game and preferably move it to
ReplicatedStorage
2. With git
Using git simply run the following command in the command line that will clone the repository
git clone --recurse-submodules https://github.com/jammees/Rethink-Engine.git
3. Downloading the source code on github
You can download the source code and precompiled module from the releases tab!
Steps
- Go to the repository
- Click on
code
and click on download ZIP - Extract the src folder into your game folder and rename it to
Rethink
- Sync it into your game with Rojo or any plugin that connects VSC to Roblox Studio