Skip to content

Commit eb07621

Browse files
authored
Fix code snippet on "Play character animations" page
1 parent 1cc605c commit eb07621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en-us/tutorials/use-case-tutorials/animation/play-character-animations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ To create a script that will reference the default animation assetIDs:
6464
local humanoid = character:WaitForChild("Humanoid")
6565
local animator = humanoid:WaitForChild("Animator")
6666
print("Animator found!")
67+
end
6768

6869
local function onPlayerAdded(player)
6970
player.CharacterAdded:Connect(onCharacterAdded)

0 commit comments

Comments
 (0)