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.
1 parent 1cc605c commit eb07621Copy full SHA for eb07621
content/en-us/tutorials/use-case-tutorials/animation/play-character-animations.md
@@ -64,6 +64,7 @@ To create a script that will reference the default animation assetIDs:
64
local humanoid = character:WaitForChild("Humanoid")
65
local animator = humanoid:WaitForChild("Animator")
66
print("Animator found!")
67
+ end
68
69
local function onPlayerAdded(player)
70
player.CharacterAdded:Connect(onCharacterAdded)
0 commit comments