Recent content by JustStop__

  1. JustStop__

    Paint System - Fix layers

    Fixed layers display when going on a lower layer. Previously, when editing a layer lower than the previous one, new paint will go above the previous layer instead of under. This has been fixed!
  2. JustStop__

    Paint System v1.0.1

    This script is an easy to use client-side paint system. It allows your players to paint on any surface, using many colors and three different brush sizes. Here is how to use it: First, initialize the system with your player using Initialize(player) You can then create the color choice UI that...
  3. JustStop__

    Dungeon Generator - Update parameters

    Updated main function parameters to match description.
  4. JustStop__

    Dungeon Generator v1.0

    Dungeon Generator is a system for generating dungeons from pre-designed room and staircase models. The only function you need to call to create a dungeon is: DungeonModule.generateDungeon() taking the following arguments: timeout: the waiting time between the generation of each room. Setting...
Top