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

  1. Grab the model here!
  2. In roblox studio open up the library
  3. Go to your inventory and search for Rethink
  4. 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

  1. Go to the repository
  2. Click on code and click on download ZIP
  3. Extract the src folder into your game folder and rename it to Rethink
  4. Sync it into your game with Rojo or any plugin that connects VSC to Roblox Studio