To get started with rcore_clothing , follow these steps outlined in the installation docs: Installation | rcore.cz
-- Load saved outfit TriggerEvent("rcore_clothing:loadOutfit", "work_outfit") rcore clothing docs
-- Print current component IDs and drawables for i = 0, 12 do local drawable = GetPedDrawableVariation(PlayerPedId(), i) local texture = GetPedTextureVariation(PlayerPedId(), i) print(string.format("Slot %d: drawable %d, texture %d", i, drawable, texture)) end To get started with rcore_clothing , follow these