I was wondering how to make a lobby and then make that player go into a portal to get into an obby. I just didnt know where to start. I am NOT requesting for anyone to make me a full script, just the knowledge of what I need to do. Thank you.
SCRIPT
local LobbySpawner = workspace.Lobby.SpawnLocation -- make sure to change this variable to yours game.Players.PlayerAdded:Connect(function(Player) Player.RespawnLocation = LobbySpawner end)
I'll edit this again, but for now, this will solve one of the problems you have.