Author Topic: spawn zones.  (Read 717 times)

I want players to literally spawn anywhere I want in a map.

Is there a way to set up like an invisible zone no one can see and players can just spawn in it?

I want it to work similar to a spawn brick so it would work for minigames.

spawn anywhere you want in a map? couldn't this be done with eventing with SetPlayerTransform and a couple of named spawn bricks?

pretty sure if you have multiple spawn points it randomizes between them
and you should be able to disable rendering/collision/raycasting and have them still function

other idea would be to name bricks as spawn points, or just randomly choose a brick and try to spawn near it (also has the benefit of more bricks -> more interesting (like a building) -> higher spawn chance)

pretty sure if you have multiple spawn points it randomizes between them
and you should be able to disable rendering/collision/raycasting and have them still function

other idea would be to name bricks as spawn points, or just randomly choose a brick and try to spawn near it (also has the benefit of more bricks -> more interesting (like a building) -> higher spawn chance)

I want a spawn sphere like the spawn points used for making maps.

A spawn brick is just 1 brick with 1 spawn location. I want a giant invisible sphere that will randomly spawn someone in that sphere