Editable
This document covers all files in the `editable` folders that can be safely modified to customize the script for your server needs.
Overview
Client Editable Files
compatibility.lua
function getClothingOptions(excludedComponents, excludedProps)
-- Gets clothing options excluding specified components/props
-- Parameters:
-- excludedComponents (table): Component IDs to exclude
-- excludedProps (table): Prop IDs to exclude
-- Returns: table with components and props
endconst/constants.lua
devCommands.lua
disabledClothings.lua
Item
Type
Description
handlers.lua
maskFix.lua
prechecks.lua
Server Editable Files
database.lua
Last updated