Logo Logo Kliko's modloader

Documentation

Mods

Mods are a way to personalize your Roblox experience. They are quite limited in what you can do, but — with the right set of mods — you can make Roblox look awesome. The most common mods that you will find are those that change UI elements and character sounds, as showcased below.

Mod preview Mod preview
Downloading Mods

The list of mods that can be downloaded through the modloader menu is very limited. You can find more Roblox mods on GameBanana, in our Discord server or in servers for other programs that share similar functionality (example: Bloxstrap, AppleBlox). The mods you've downloaded should be in the form of a .zip file. Follow these steps to install them:

  1. Download and extract the .zip file
  2. Open File Explorer and go to "%localappdata%\Kliko's modloader\Mods"
  3. Drag and drop the (now extracted) .zip file into your mods folder

Mod Formatting

When downloading mods from other sources, it is important that they are formatted like the Roblox version folder. Please see the example below:

    • Mod
      • content
      • ExtraContent
      • . . .
    • Mod
    • . . .
example: You have a mod that changes the death sound. It should be formatted like this:
"mod_name\content\sounds\ouch.ogg"

Common Errors

Program crashes immediately (no error message)

Make sure that Python is (correctly) installed before trying to launch Kliko's modloader. If Python is already installed, and this issue still happens, please open a terminal (CMD) and enter the following commands:

  • cd "%localappdata%\Kliko's modloader\Program Files"
  • python main.py
It should now show you an error message. If it says something similar to “Python was not found” or “python is not a known command”, it means that windows does not recognize the “python” command. Please reinstall python and make sure to check the box that says "Add python.exe to PATH", as shown in the image below: Image

CoreFileMissingError

This error occurs when (one of) the required files could not be found. Simply reinstalling Kliko's modloader should fix this issue.

PlatformError

Kliko's modloader is only supported on Windows platforms, with no plans on adding support for macOS or linux. Because of this, users attempting to launch this program on an unsupported OS will receive this error message.

Unexpected Errors

Unexpected errors are any errors not listed above. To get more information on why you received this error message, please read the latest log file in "%localappdata%\Kliko's modloader\Logs". If you need any help, you are welcome to join our support server and let us know.