Animation not working????
I made an animation with ROBLOX's Animation Editor, still the animation doesn't work! The animation used is here: http://www.roblox.com/Point-to-the-Side-item?id=282676161
01 | Humanoid = script.Parent.Parent.Parent:WaitForChild( "Humanoid" ) |
02 | animController = script.Parent.Parent.Parent:WaitForChild( "AnimationController" ) |
04 | function onDialogChoiceSelected(player, DialogChoice) |
05 | if (DialogChoice.Name = = "Request" ) then |
08 | local animation = Instance.new( "Animation" ) |
10 | local animTrack = animController:LoadAnimation(animation) |
16 | script.Parent.DialogChoiceSelected:connect(onDialogChoiceSelected) |