Kliko's modding tool

Mod updater

The mod updater can be used to update outdated mods that still use the ImageSets for an older Roblox version.

Instructions

    Normal mode
  1. Select your mod
  2. Press run
  3. Wait until the update is done
    Batch mode
  1. Select the folder containing your mods
  2. Press run
  3. Wait until the updates are done
    Bloxstrap mode (This option will only show when you have a compatible mod in your Bloxstrap mods folder)
  1. Press run
  2. Wait until the update is done

Mod Compatibility

In order for your mod to be compatible, it must have an info.json file in the root folder of your mod. This file should have the following content:

{
    "clientVersionUpload": "version-xxxxx"
}
                
Other than that, it's important that they are formatted correctly. Your mods will only be updated correctly if they follow the same file structure as the Roblox version folder. Please see the example below:

Mod Generator

Since the mod generator is no longer included, I didn't write this part of the documentation yet. I will write it when I add back the mod generator.