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.