of     1   

ScaryHabits
#182690365Saturday, January 30, 2016 7:37 PM GMT

So when in a game, it teleports someone, how do you make it so that in the script, it teleports people to random places like some people spawn on the bottom, some on the top, etc.
MakerModelLua
#182691193Saturday, January 30, 2016 7:49 PM GMT

If you want them to spawn in random spawns, you can make a table of spawn names, choose one randomly, and do this: http://wiki.roblox.com/index.php?title=API:Class/TeleportService/TeleportToSpawnByName

    of     1