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 eb07621 commit c9464aaCopy full SHA for c9464aa
content/en-us/tutorials/use-case-tutorials/animation/play-character-animations.md
@@ -154,6 +154,7 @@ To replace the default walk animation assetID:
154
155
local animateScript = character:WaitForChild("Animate")
156
animateScript.walk.WalkAnim.AnimationId = "rbxassetid://122652394532816"
157
+ end
158
159
local function onPlayerAdded(player)
160
player.CharacterAdded:Connect(onCharacterAdded)
0 commit comments