Denver Studio - Docs

IsSkinModel

Verifica se a skin está cadastrada no script

IsSkinModel

local isRegistered = exports['ds-skins']:IsSkinModel(weapon)
if isRegistered then
    print('Skin cadastrada: ' .. weapon)
end

O retorno dessa função é booleano:- true se a skin está cadastrada, false caso contrário.

On this page