Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent.OnTouched:Connet(function(hit)
- if hit and hit.Parent.Parent.Humanoid then
- local kickAnimation = Instance.new("Animation")
- kickAnimation.AnimationId = animateScript.fall.FallAnim.AnimationId
- local kickAnimationTrack = animator:LoadAnimation(kickAnimation)
- kickAnimationTrack:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement