[Solved] Create random character selection

Hai i’m new here…
I have 3 players and I want at the beginning of the scene to randomly create a new player in the middle and delete the previous player (loop).
so when one of the players I press I can play with that player.
giphy

make a new object and use every player as a frame in 1 animation and set that animation to loop.
Condition
When botton is pressed
Action
Stop animation and create the player corresponding to the current frame.
Like
If frame 1 create p1
If frame 2 create p2
And so on.
Delete the randomselect object

Thank you…Very helpful!