#ReserveServer() printing out nil. (or not working.)

18 messages · Page 1 of 1 (latest)

harsh girder
#

ReserveServer() printing out nil. (or not working.)

primal frigate
#
local success = nil
local msg = nil
local acesscode = nil
local attempt = 0

repeat
    success, msg = pcall(function()
        acesscode = teleportService:ReserveServer(12587153011)
    end)
    attempt += 1
until success or attempt >= 50

if success then
    local teleportOptions = Instance.new("TeleportOptions")
    teleportOptions.ShouldReserveServer = true
    teleportOptions.ReservedServerAccessCode = acesscode
    
    teleportService:TeleportAsync(12587153011, players, teleportOptions)
end
#

@harsh girder

harsh girder
#

but

#

still

#

reserve server doesnt work

#

even without the local

#

nvm

#

im just an idiot

#

sorry

#

yeah

#

kinda not reading well

#

uhh

#

so

#

tested it

#

"reserve server should not be provived with reserved server access code"