License. instead of License2:

Hey there, i’m having an issue where when extracting license, i get the license2.
Is there any reasoning to this?
The following functions is being used:

function ExtractIdentifiers(src)
    local identifiers = {
        steam = "",
        ip = "",
        discord = "",
        license = "",
        xbl = "",
        live = ""
    }

Thanks in advance!

Idk why you barely showed your script but you’re probably doing string.find(s, "license") instead of string.find(s, "license:") and string.find(s, "license2:"). License2 is better than license for identifying the player btw

Yeah sorry, only noticed when i had found the issue, it looked for “license” not “license:”

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.