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.
Changes the profile name.
TRP3_API.profile.editProfile(profileID, newName)
profileID
newName
Changes the name of your current profile to "Ghost"
local currentProfile = TRP3_API.profile.getPlayerCurrentProfileID() local newName = "Ghost" TRP3_API.profile.editProfile(currentProfile, newName)