For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client-Side

if Config.Clothing ~= 'vms_clothestore' then
    return
end

function OpenWardrobe()
    exports['vms_clothestore']:OpenWardrobe()
end

Last updated