How to get a random player
Here is a step-by-step tutorial to get random players
How to pick a random player?
First Step
Second Step
Decide what will trigger the behavior. This could be an action like a collision, an interaction, or the game starting. Select a “Trigger” box and drag it into the editor.
Third Step
Navigate to the controller blocks (Game Actions, Object, Effects, and Miscellaneous) and select your desired action. To pick a random player for that action, tap on “Player: Graph” and edit it such as if you were picking “All Players”, shuffling them in a list with “Shuffle Players” and then picking the first result that comes with it using the “Pick first Player” node. Connect the resulting player to the ‘Player’ node. Follow the image below for further instructions.
Fourth Step
Exit the Behavior Editor, playtest and ensure it works as expected!
Was this page helpful?