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.
Creates a new TRP3 profile with the given name.
TRP3_API.profile.createProfile(profileName)
profileName
profile
Creating a new profile with the name "Ghost"
local myProfileName = "Ghost" local myProfile = TRP3_API.profile.createProfile(myProfileName) print(myProfile)