TeleportService:TeleportToPrivateServer() not working. How do i fix?
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.
02 | if game.ReplicatedStorage.SoloPlayers.Value = = 2 then |
03 | if tpsolo.Value = = false then |
05 | local key = ts:ReserveServer( 3210889612 ) |
07 | for i, v in pairs (game.ReplicatedStorage.SoloPlayers:GetChildren()) do |
08 | local plr = game.Players [ v.Value ] |
09 | table.insert(players, plr) |
12 | ts:TeleportToPrivateServer( 3210889612 , key, players) |