We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns the profile with a matching profileID
TRP3_API.profile.getProfileByID(id)
profileID
profile
Using getPlayerCurrentProfileID you can retrieve the ID of your current profile, then use it to get a reference to your profile
local currentProfile = TRP3_API.profile.getPlayerCurrentProfileID() local profile = TRP3_API.profile.getProfileByID(currentProfile) print(profile)