ReserveServer not working

Hello, i cant get TP:ReserveServer(PlaceId) to work, it keeps giving me an error saying “HTTP 403 (Forbidden)”

Here is the code were it does not work:

	local TS = game:GetService("TeleportService")
	local code = TS:ReserveServer(PlaceID)
	-- just some stuff here that is not the promblem since i removed it before and still broke
	TS:TeleportToPrivateServer(PlaceID,code,join) 

Thanks for helping

You cannot use ReserveSever in Studio
or
If its only one person your teleporting you must use

TS:TeleportToPrivateServer(PlaceID,code,{join}) 

instead of

TS:TeleportToPrivateServer(PlaceID,code,join) 
3 Likes

I thought it gave a more descriptive error tho. (e.g. TPService doesnt work in Studio.)

2 Likes