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.
Duplicates a TRP3 profile.
TRP3_API.profile.duplicateProfile(myProfile, newProfileName)
duplicatedProfile
profileName
profileID
Get current player profile, then make a copy with the name "Ghost"
local profilesAPI = TRP3_API.profile; local myProfile = profilesAPI.getPlayerCurrentProfileID() local newProfileName = "Ghost" local newProfile = profilesAPI.duplicateProfile(myProfile, newProfileName)