Appears with a random character

Hello everyone!

Since 1 day, I’m looking for how to make that when a party starts, a person spawn with random characters (I’m 4 for now). All this in Blueprint.

I do not know if I was clear enough, if you did not understand, I would tell you in a different way :slight_smile:

Sorry if my English is low enough because I am French in truth!

Thanks for your future answers!

Put the 4 types of random characters in an Array, use get random Int in range 0-3, have it pick one of the random characters and Spawn Actor from class (if it’s a different actor, if it’s just a different skin then just pick the random material that goes along with it)…either way random Int in range…