[Solved] Playing Animation Are Broken? I have no idea why they just are... Please help me ...
Hello!
I have recently been trying to make a gun like a turbo fusion gun. FYI I am not new to Roblox, I am an advanced scripter but this is just broken... It is a reloading animation. There are no errors and it is printing everything successfully.
script:
05 | until game.Players.LocalPlayer.Character |
09 | local Hum = game.Players.LocalPlayer.Character:WaitForChild( "Humanoid" ) |
17 | local NewAnimation = Instance.new( "Animation" , script) |
19 | NewAnimation.Name = "MyAnimation" |
23 | local TrackAnimation = Hum:LoadAnimation(NewAnimation) |
Yes, my scripts are in StarterPlayerScripts and is a local script.