Skip to content

Tutorial Setup

The following pages will show you can use Resync to parallelize a simple terrain generator. Before proceeding, it is recommended you do the following steps to set up a clean project with the necessary files.

  1. Create a new empty Baseplate place in Roblox Studio.
  2. Add Resync to your project and place it in ReplicatedStorage.

Disclaimer

This tutorial is only meant to showcase a simple example use case for Resync, and is not a comprehensive guide on how to use the library. For more information, refer to the API reference.

Next Steps