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 whether or not a selected profile name is available
TRP3_API.profile.isProfileNameAvailable(profileName)
profileName
availability
true
false
Checking if the profile name is used already
local profileName = "Ghost" local isAvailable = TRP3_API.profile.isProfileNameAvailable(profileName) print(isAvailable)