Do they stack up, like when you use a spawn, or do they teleport in a bunch? In my game I need to teleport 12 people into a 8x8 box, I am afraid they will spawn on the roof using a spawn. I am wondering if teleporting will do the same? Thanks!
It depends on the type of Teleporting, :MoveTo(ModelHere) will likely spawn people on the roof. The Torso.CFrame method will keep from doing that, though bodies may merge and get flung around.
Put more spawns so they do not spawn on the roof.