My animation script isn't working and I don't know why?
Asked by
5 years ago Edited 5 years ago
I looked up how to play an animation and did the same code but it didn't work. There are no errors. Any help on what I am doing wrong is appreciated. Animation ID - rbxassetid://3408083014
01 | local animation = script.Parent.Parent.Animation |
03 | script.Parent.Parent.Activated:Connect( function () |
04 | local plr = game.Players:WaitForChild(script.Parent.Parent.Parent.Name) |
05 | local char = plr.Character |
06 | local humanoid = char.Humanoid |
07 | local track = humanoid:LoadAnimation(animation) |