Is there a way to set the respawn area outside the impassable sphere?

Is there a way to set the respawn area outside the impassable sphere?

Cos when I spawn inside the sphere area, it unintentionally pushed me till I fall off the map.

Share code: 5M68M

Well depending on the Modus you play, you can get an Array of all possible spawn points with the Spawn Points Value of a map. Then filter that Array for the spawn points which would lay outside the spheres, assign the filtered Array with the spawn points outside the sphere and let the Players teleport at those randomly from the filtered Array.

1 Like

You can set a list of spawn points for each map just like how you did to the impassable area.
Then teleport the player to one of these positions when they spawn.

And here is a tool that can help you place some nodes for the positions if you needed it.

1 Like