🎉 Character is released. Read more →
Paid Scripts
License Manager
Exports
server
Iscardopen

IsCardOpen

This exports checks if a player opened the card

exports.bcs_licensemanager:IsCardOpen(target)

Parameters

ParamsData TypeDescription
targetnumberThe player server id

Example

local open = exports.bcs_licensemanager:IsCardOpen(source)
 
if open then
    print('The player has the card open')
else
    print('The player does not have the card open')
end
 
Last updated on