getProfiles - Total-RP/Total-RP-3 GitHub Wiki

Returns a list of all of your TRP profiles

TRP3_API.profile.getProfiles()

Returns

  • profiles: A table containing all of your TRP3 profiles

Example

Print out a list of all TRP3 Profiles:

local allProfiles = TRP3_API.profile.getProfiles()

print(allProfiles)
⚠️ **GitHub.com Fallback** ⚠️