|
| 14 May 2015 01:14 PM |
local animTrack = player.Character.Humanoid:LoadAnimation("Animation") animTrack:Stop() local animation = Instance.new("Animation") animation.AnimationId = "http://www.roblox.com/Asset?id=231027682" local animTrack = player.Character.Humanoid:LoadAnimation(animation) animTrack:Play()
I want to stop the current anim track before starting a new one-how? |
|
|
| Report Abuse |
|
| |
| |