I’m trying to create a Zone Wars game, and I want to randomly select one of four different locations that are not at the center of the island. I’d like to start about 10 players from the air above that selected location. Is this possible in Verse?
I believe you can teleport them in the sky and have them skydive either with a teleporter “Skydive” setting or a skydive volume that’s set in the air.
To retrieve players, you can call GetPlayspace().GetPlayer()
inside a creative_device
1 Like