Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

does anyone know why userinputservice isnt working for Anthro R30?

Asked by 5 years ago
  1. -- Create new 'Animation' instance
  2. local kickAnimation = Instance.new("Animation")
  3. -- Set its 'AnimationId' to the corresponding animation asset ID
  4. kickAnimation.AnimationId = "rbxassetid://5432167890"

  5. -- Create a new 'AnimationController' instance, parented to the NPC

  6. local animController = Instance.new("AnimationController", script.Parent)

  7. -- Load animation onto the animation controller

  8. local kickAnimationTrack = animController:LoadAnimation(kickAnimation)

  9. -- Play animation track

  10. kickAnimationTrack:Play()
  11. this is the script that I use I just want the anthro to salute when I press the F key whaat am i doing wrong?
0
"this is the script that I use?" If you're just pulling free models you should just get another one. hiimgoodpack 2009 — 5y

Answer this question