local MSSP = require(script.Parent["MSSP-Lobby-Module"])Then, in your onPlayerAdded function, load the server admin gui for your admins.local ServerAdminGui = MSSP.LoadGui(player)In an Event, add the player to a server.MSSP.TeleportToFirstAvailableServer(player, PlaceId)...