Just get a random int in your character blueprint, save that into a variable there, then in AnimBP’s EventGraph use something like “Get Player Character”, cast to your character BP, get the variable and set another int variable in your AnimBP to hold that random int value, and depending on it play one or another animation.
1 Like