- What do you want to achieve? Keep it simple and clear!
A game select screen, but since the first game is outside of the “universe” of the game selector i made a separate part of the script for it
- What is the issue? Include screenshots / videos if possible!
When trying to teleport to my other game (im the owner, it is not a team project or set to a group) it returns a warning “HTTP 400 (Bad Request)”
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Every forum i see that talks about http 400, it’s about teleporting to private server
(this is not the case, im teleporting to a game in general)
Code:
local teleportdata = { --add data later
AmountOfPlayers = 1;--test only
Test2 = 3;--test only
}
local options = Instance.new("TeleportOptions")
options.ShouldReserveServer = false ---------------------------
options:SetTeleportData(teleportdata)
print(GameID,plr,options)
SafeTeleport(GameID,{plr},options)
o-oh i fixed it while typing this…
y-yay…?
im going to reply with the mistake i made in case someone makes the same mistake