LocalWE
(WilliApple)
#1
Hello! How is it going? I am currently getting this error:
Here is the server side script:
local Gamemodes = {TimeTrials = 7002658064, Tutorial = 7126538227}
ReplicatedStorage.TeleportToGame.OnServerEvent:Connect(function(Player, Gamemode, Map)
local ReserveServerAccessCode = TeleportService:ReserveServer(Gamemodes[Gamemode])
TeleportService:TeleportToPrivateServer(Gamemodes[Gamemode], ReserveServerAccessCode, {Player}, nil, Map)
end)
And here is the Client Sided:
ReplicatedStorage.TeleportToGame:FireServer("TimeTrials", MapChosen)
I don’t know what is happening. If you can help, please let me know. Thanks! WE
zCrxtix
(zavier)
#2
It looks like the game that you’re trying to teleport to costs robux.
1 Like
LocalWE
(WilliApple)
#3
Well it is a place within the game…
Its also weird because the Tutorial teleports just fine.
try to see if the place is in private
LocalWE
(WilliApple)
#5
I am the owner of the place… It should be public to me…
Did you enter the place id correctly?
LocalWE
(WilliApple)
#7
Yup! I copied and pasted it from the Asset Manager.
LocalWE
(WilliApple)
#8
I don’t know why, but turning on HTTP requests seemed to fix this…