i created two animations on two different rigs (one rig punches the other and the other rig blocks and punches back). i have no clue on how to play the animations simultaneously and would like to be able to play them. it does not matter how the animations are played (button, clicker, ect...) as they are on my animation testing place.
#help with an "animation player" script
1 messages · Page 1 of 1 (latest)
Animation:Play()
Animation2:Play()
would this work with animation ids
Not exactly. Use this concept:
local Animation= Instance.new("Animation")
Animation.AnimationId = "rbxassetid://Animation ID"
What is highlighted you should change
is animation the name of the animation
It's whatever you want to name your animation. Just keep both of the Animations as one or it won't work
would this play the animation aswell
No, but this is to help with what Unfreaky did. If you want it to play just do this:
local Animation= Instance.new("Animation")
Animation.AnimationId = "rbxassetid://Animation ID"
AnimationTrack:Play()
AnimationTrack = humanoid.Animator:LoadAnimation(Animation)
AnimationTrack:Play()
close tho 
Oops for got to add Track
Sorry I'm currently not at my home computer so I can't review any scripts @glacial wraith
If you want to loop it as well use AnimationTrack.Looped = true to look at the animation constantly
im a lil confused, can someone type the full thing out pls?
** You are now Level 1! **