Exports
GetSlots(playerId)
local slots = exports['av_multicharacter']:GetSlots(playerId)
print(slots)AddSlot(playerId, amount, temp)
RemoveSlot(playerId, amount)
Last updated