Advertisement
Tailsray

Anim?

Dec 19th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | Gaming | 0 0
  1. script.Parent.OnTouched:Connet(function(hit)
  2.     if hit and hit.Parent.Parent.Humanoid then
  3.         local kickAnimation = Instance.new("Animation")
  4.         kickAnimation.AnimationId = animateScript.fall.FallAnim.AnimationId
  5.         local kickAnimationTrack = animator:LoadAnimation(kickAnimation)
  6.         kickAnimationTrack:Play()
  7.     end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement