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

Http 400 when reserving servers?

Asked by 5 years ago
01--config
02local timez = 30
03local minplayers = 1
04local gameid = 970703729
05--config end
06 
07local teleport = game:GetService("TeleportService")
08 
09 
10function oof()
11    local play = #game.Players:GetChildren()
12    if script.Parent.players.Value >= minplayers then
13        script.Parent.timer.Value = timez
14        repeat
15            wait(1)
View all 28 lines...

Been at this for an hour, i'm about to throw my computer out the window.

This script teleports players that are in a round to a reserved server in another game.

0
I was told on the discord it was a bug. RunKittenzRComin 170 — 5y
0
Are you testing it on Roblox Studio? If you are, that is the reason why it wont work. bryancololee 0 — 5y

Answer this question