Game Logic
How to create multiple spawn points
Here is a step-by-step tutorial to make multiple spawnpoints in your game
Let’s dive into how you can set up multiple spawn points in your game:
1
First Step
2
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.
3
Third Step
Navigate to the “Game Actions” section and select the “Set player position” block. Tap on the Player “Graph” button and set the player being affected by the trigger.
4
Fourth Step
For the different spawn points, you’ll need to build custom logic. Tap on the position number and select “Add Custom Graphs”:
5
Fifth Step
Exit the Behavior Editor, playtest and ensure it works as expected!
Was this page helpful?