CCloveDocs
v1.3.0
Clove Outfit System

Getting Started

Welcome to the official documentation for Clove. Use this site to install the latest release, understand every feature, configure the system, and review update notes.

Before continuing

Back up your current place file and keep your existing configuration available before replacing any files.

Setup

Installation

Use a fresh backup of your experience before importing the newest Clove package.

  1. 1
    Create a backup

    Save a local copy of your place before changing scripts, UI or storage folders.

  2. 2
    Import the release

    Insert the provided Clove package into Roblox Studio and preserve its folder hierarchy.

  3. 3
    Configure GameSettings

    Review authorization, UI, interaction and optional feature settings.

  4. 4
    Test in Studio

    Run a local server test and verify startup logs, outfit interaction and purchasing UI.

Upgrade guide

Updating Clove

Do not overwrite blindly

Read the release page first. Some updates may rename containers, replace modules, or add settings.

Customisation

Configuration

Keep all client-editable values inside your supplied settings module. Never place webhook URLs, private tokens, VPS credentials or licence secrets in client-visible Roblox scripts.

GameSettings = {
    InteractionMode = "ProximityPrompt",
    ShoppingCart = { Enabled = true },
    OutfitInspector = { Enabled = true },
    Leaderboards = { Enabled = true }
}
System overview

Features

Outfit Viewer

Inspect, try on and purchase complete outfits.

Item Inspector

View creator details, bundles, recolours and recommendations.

Shopping Cart

Queue items and complete bulk purchase flows.

Avatar Editor

Manage worn items, skin tone, scales and rig type.

Purchase History

Track recent purchases and spending statistics.

Leaderboards

Display purchases, spending and donations.

Support

Troubleshooting

The system does not start

Confirm the package hierarchy is unchanged, authorization settings are correct, and inspect the Roblox Studio Output window for the first Clove error.

A UI button does nothing

Verify the container has the expected name and path, then confirm the relevant controller is running on the client.

Items show incorrect information

Check that the catalog remotes and ItemInfoCache modules match the installed release.

Update history

Version 1.1.0

Previous

Initial documentation entry. Replace this text with the actual release date and notes.

Added

  • Purchase webhook logging.
  • Improved Item Inspector interface.

Improved

  • General performance and UI responsiveness.
Update history

Version 1.2.0

Previous

Use this page for all additions, fixes, breaking changes and exact update instructions.

Update instructions

  1. Back up your place.
  2. Replace the files listed in your release package.
  3. Merge any new GameSettings entries.
Latest release

Version 1.3.0

Latest

The current release page. Replace these placeholders before publishing the documentation.

What’s new

  • Document major new features here.
  • Explain visible client-facing changes.

Fixed

  • List resolved bugs and regressions.

Breaking changes

Action required

List renamed folders, replaced scripts and settings that clients must update.

© 2026 Clove DevelopmentOfficial Clove documentation