Here is a step-by-step tutorial to make multiple spawnpoints in your game
First Step
The basics for all behaviors
Second Step
Third Step
Behavior Image
Fourth Step
1. Start by creating an Object list variable
2. Tap on the variable and select multiple object positions you want to transform as your potential spawn points
3. Connect your [nodes](https://wiki.soba.xyz/behavior-editor/general/nodes-list) so that when the object list is shuffled, a position is picked, converted into coordinates, and then used as the final teleport destination (as illustrated below)
Fifth Step