Conversation
| initializeCharacter(character: `Class.Model`) | ||
| </figcaption> | ||
|
|
||
| Sets up the CCL for the character that the function is ran on. This function automatically runs on both the server and the client using scripts in the AbilityManagerActor if the CCL is enabled in Studio's [Avatar Settings](../../studio/avatar-settings.md) window. Note that this function currently doesn't return anything, but it will in the future. <!--this is inferred from the fact it says abilityManager at the bottom of the script example--> |
There was a problem hiding this comment.
The content quality check says: Unexpected character ! (U+0021) before name, expected a character that can start a name, such as a letter, $, or _ (note: to create a comment in MDX, use {/* text */})
⛔️ This change is a requirement. Please fix it before merging.
🤖 The feedback in this comment is automated and might be incorrect.
| initializeClient() | ||
| </figcaption> | ||
|
|
||
| Initializes the client-side system and automatically initializes . Note this is currently unused, but in the future, this will likely be used. |
There was a problem hiding this comment.
The content quality library markdownlint says:
- Trailing spaces (MD009/no-trailing-spaces)
- Expected: 0 or 2; Actual: 1.
For more information, see the Markdownlint docs for MD009/no-trailing-spaces. You might be able to fix this by using markdownlint for VS Code or by running npm ci && npm run markdownlint.
⛔️ This change is a requirement. Please fix it before merging.
|
|
||
| #### sAuthBetaEnabled | ||
|
|
||
| Exposed for external queries. A bool value that is equal to `mode ~= "None"` No newline at end of file |
There was a problem hiding this comment.
The content quality library markdownlint says:
- Files should end with a single newline character (MD047/single-trailing-newline)
For more information, see the Markdownlint docs for MD047/single-trailing-newline. You might be able to fix this by using markdownlint for VS Code or by running npm ci && npm run markdownlint.
⛔️ This change is a requirement. Please fix it before merging.
There was a problem hiding this comment.
Hi @whoamimaybeme, thanks so much for helping improve the Roblox creator documentation! Our technical writing team will review your pull request soon. In the meantime, please ensure you've read through the README.md, contribution guidelines, and style recommendations.
Changes
require("@rbx/")Merge branch 'Roblox:main' into avatar-abilitiesthings dont mess anything up.Checks
By submitting your pull request for review, you agree to the following: