Outfit Viewer
Inspect, try on and purchase complete outfits.
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.
Back up your current place file and keep your existing configuration available before replacing any files.
Use a fresh backup of your experience before importing the newest Clove package.
Save a local copy of your place before changing scripts, UI or storage folders.
Insert the provided Clove package into Roblox Studio and preserve its folder hierarchy.
Review authorization, UI, interaction and optional feature settings.
Run a local server test and verify startup logs, outfit interaction and purchasing UI.
Read the release page first. Some updates may rename containers, replace modules, or add settings.
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 }
}
Inspect, try on and purchase complete outfits.
View creator details, bundles, recolours and recommendations.
Queue items and complete bulk purchase flows.
Manage worn items, skin tone, scales and rig type.
Track recent purchases and spending statistics.
Display purchases, spending and donations.
Confirm the package hierarchy is unchanged, authorization settings are correct, and inspect the Roblox Studio Output window for the first Clove error.
Verify the container has the expected name and path, then confirm the relevant controller is running on the client.
Check that the catalog remotes and ItemInfoCache modules match the installed release.
Initial documentation entry. Replace this text with the actual release date and notes.
Use this page for all additions, fixes, breaking changes and exact update instructions.
The current release page. Replace these placeholders before publishing the documentation.
List renamed folders, replaced scripts and settings that clients must update.