Skip to main content

Exports

Client exports available from wasabi_multichar.

OpenUI​

Opens the multichar UI.

exports.wasabi_multichar:OpenUI()

CloseUI​

Closes the multichar UI.

exports.wasabi_multichar:CloseUI()

IsUIOpen​

Returns whether the multichar UI is currently open.

local isOpen = exports.wasabi_multichar:IsUIOpen()

if isOpen then
print('Multichar UI is open')
end

PreparePlayerAppearance​

Prepares/applies a character preview appearance through the spawn/appearance bridge.

local success = exports.wasabi_multichar:PreparePlayerAppearance(characterId, gender)

This is primarily intended for advanced spawn or appearance integrations.