Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

TeleportService:TeleportToPrivateServer() not working. How do i fix?

Asked by
DollorLua 235 Moderation Voter
5 years ago

my problem is, is that it wont reserve the server. I don't know how to fix this, but I checked the dev wiki and i didn't see a mistake. Heres the code, I really hope you can help.

01while wait() do
02    if game.ReplicatedStorage.SoloPlayers.Value == 2 then
03        if tpsolo.Value == false then
04            tpsolo = true
05            local key = ts:ReserveServer(3210889612) --error here
06            local players = {}
07            for i, v in pairs(game.ReplicatedStorage.SoloPlayers:GetChildren()) do
08                local plr = game.Players[v.Value]
09                table.insert(players, plr)
10            end
11            wait(.15)
12            ts:TeleportToPrivateServer(3210889612, key, players)
13            wait(1.5)
14            tpsolo = false
15        end
16    end
17end

1 answer

Log in to vote
0
Answered by
DollorLua 235 Moderation Voter
5 years ago

i did not have HTTP on.

Ad

Answer this question