Exports

Client-Side exports to use in other scripts

IsPlayerChoosing

exports['oi_multicharacter']:IsPlayerChoosing()

Returns boolean whether player is choosing or creating character.

if exports['oi_multicharacter']:IsPlayerChoosing() then
    -- Hide hud, watermark etc.
else
    -- Show hud, watermark etc.
end

Last updated